Skip to content

Commit 4d05173

Browse files
committed
static
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent eb42f5d commit 4d05173

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/.nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
8888
-
8989
name: Verify
90+
if: ${{ inputs.image == '' }}
9091
run: |
9192
export IMAGE=${{ inputs.image }}
9293
export ARCH=${{ inputs.arch }}

.github/workflows/nightly.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,29 @@ jobs:
1313
- amd64
1414
- arm64
1515
dist:
16+
- {target: "static", image: ""}
1617
#- {target: "debian-bullseye", image: "debian:bullseye"}
17-
- {target: "debian-bookworm", image: "debian:bookworm"}
18+
#- {target: "debian-bookworm", image: "debian:bookworm"}
1819
#- {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"}
2122

22-
- {target: "centos-9", image: "quay.io/centos/centos:stream9"}
23+
#- {target: "centos-9", image: "quay.io/centos/centos:stream9"}
2324
#- {target: "fedora-39", image: "fedora:39"}
24-
- {target: "fedora-40", image: "fedora:40"}
25+
#- {target: "fedora-40", image: "fedora:40"}
2526
#- {target: "rhel-8", image: "registry.access.redhat.com/ubi8/ubi"}
2627
#- {target: "rhel-9", image: "registry.access.redhat.com/ubi9/ubi"}
27-
include:
28+
#include:
2829
#- arch: armhf
2930
# 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"}
3233
#- arch: armhf
3334
# dist: {target: "ubuntu-focal", image: "ubuntu:focal"}
3435
#- arch: armhf
3536
# 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"}
3839
# TODO
3940
# - arch: armhf
4041
# dist: {target: "raspbian-bullseye", image: "balenalib/rpi-raspbian:bullseye"}

0 commit comments

Comments
 (0)