Skip to content

Commit

Permalink
static
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Sep 4, 2024
1 parent eb42f5d commit 4d05173
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
-
name: Verify
if: ${{ inputs.image == '' }}
run: |
export IMAGE=${{ inputs.image }}
export ARCH=${{ inputs.arch }}
Expand Down
21 changes: 11 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,29 @@ jobs:
- amd64
- arm64
dist:
- {target: "static", image: ""}
#- {target: "debian-bullseye", image: "debian:bullseye"}
- {target: "debian-bookworm", image: "debian:bookworm"}
#- {target: "debian-bookworm", image: "debian:bookworm"}
#- {target: "ubuntu-focal", image: "ubuntu:focal"}
- {target: "ubuntu-jammy", image: "ubuntu:jammy"}
- {target: "ubuntu-noble", image: "ubuntu:noble"}
#- {target: "ubuntu-jammy", image: "ubuntu:jammy"}
#- {target: "ubuntu-noble", image: "ubuntu:noble"}

- {target: "centos-9", image: "quay.io/centos/centos:stream9"}
#- {target: "centos-9", image: "quay.io/centos/centos:stream9"}
#- {target: "fedora-39", image: "fedora:39"}
- {target: "fedora-40", image: "fedora:40"}
#- {target: "fedora-40", image: "fedora:40"}
#- {target: "rhel-8", image: "registry.access.redhat.com/ubi8/ubi"}
#- {target: "rhel-9", image: "registry.access.redhat.com/ubi9/ubi"}
include:
#include:
#- arch: armhf
# dist: {target: "debian-bullseye", image: "debian:bullseye"}
- arch: armhf
dist: {target: "debian-bookworm", image: "debian:bookworm"}
#- arch: armhf
# dist: {target: "debian-bookworm", image: "debian:bookworm"}
#- arch: armhf
# dist: {target: "ubuntu-focal", image: "ubuntu:focal"}
#- arch: armhf
# dist: {target: "ubuntu-jammy", image: "ubuntu:jammy"}
- arch: armhf
dist: {target: "ubuntu-noble", image: "ubuntu:noble"}
#- arch: armhf
# dist: {target: "ubuntu-noble", image: "ubuntu:noble"}
# TODO
# - arch: armhf
# dist: {target: "raspbian-bullseye", image: "balenalib/rpi-raspbian:bullseye"}
Expand Down

0 comments on commit 4d05173

Please sign in to comment.