We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc245d commit a399c26Copy full SHA for a399c26
.gitlab-ci.yml
@@ -4,8 +4,8 @@ build:
4
matrix:
5
- IMAGE: bookworm
6
TAG: [docker-amd64, docker-aarch64-ci, docker-armhf]
7
- #- IMAGE: noble
8
- #TAG: [docker-riscv64-ci]
+ - IMAGE: noble
+ TAG: [docker-aarch64-ci, docker-riscv64-ci]
9
image: registry.git.beagleboard.org/jkridner/debian-build:${IMAGE}
10
tags:
11
- ${TAG}
@@ -24,7 +24,8 @@ pages:
24
- "build: [bookworm, docker-amd64]"
25
- "build: [bookworm, docker-aarch64-ci]"
26
- "build: [bookworm, docker-armhf]"
27
- #- "build: [noble, docker-riscv64-ci]"
+ - "build: [noble, docker-aarch64-ci]"
28
+ - "build: [noble, docker-riscv64-ci]"
29
before_script:
30
- apt-get update && apt-get install -y doxygen
31
script:
0 commit comments