@@ -16,25 +16,27 @@ jobs:
16
16
# - {target: "debian-bullseye", image: "debian:bullseye"}
17
17
- {target: "debian-bookworm", image: "debian:bookworm"}
18
18
# - {target: "ubuntu-focal", image: "ubuntu:focal"}
19
- - {target: "ubuntu-jammy", image: "ubuntu:jammy"}
20
- - {target: "ubuntu-noble", image: "ubuntu:noble"}
19
+ # - {target: "ubuntu-jammy", image: "ubuntu:jammy"}
20
+ # - {target: "ubuntu-noble", image: "ubuntu:noble"}
21
21
22
- - {target: "centos-9", image: "quay.io/centos/centos:stream9"}
22
+ # - {target: "centos-9", image: "quay.io/centos/centos:stream9"}
23
23
# - {target: "fedora-39", image: "fedora:39"}
24
- - {target: "fedora-40", image: "fedora:40"}
24
+ # - {target: "fedora-40", image: "fedora:40"}
25
25
# - {target: "rhel-8", image: "registry.access.redhat.com/ubi8/ubi"}
26
26
# - {target: "rhel-9", image: "registry.access.redhat.com/ubi9/ubi"}
27
27
include :
28
+ - arch : static
29
+ dist : {target: "static", image: ""}
28
30
# - arch: armhf
29
31
# dist: {target: "debian-bullseye", image: "debian:bullseye"}
30
- - arch : armhf
31
- dist : {target: "debian-bookworm", image: "debian:bookworm"}
32
+ # - arch: armhf
33
+ # dist: {target: "debian-bookworm", image: "debian:bookworm"}
32
34
# - arch: armhf
33
35
# dist: {target: "ubuntu-focal", image: "ubuntu:focal"}
34
36
# - arch: armhf
35
37
# dist: {target: "ubuntu-jammy", image: "ubuntu:jammy"}
36
- - arch : armhf
37
- dist : {target: "ubuntu-noble", image: "ubuntu:noble"}
38
+ # - arch: armhf
39
+ # dist: {target: "ubuntu-noble", image: "ubuntu:noble"}
38
40
# TODO
39
41
# - arch: armhf
40
42
# dist: {target: "raspbian-bullseye", image: "balenalib/rpi-raspbian:bullseye"}
0 commit comments