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