Skip to content

Commit

Permalink
Merge pull request #5457 from twz123/airgap-bundle-digest
Browse files Browse the repository at this point in the history
Airgap image bundle verification in GH Action step
  • Loading branch information
twz123 authored Jan 22, 2025
2 parents 3088576 + 60953fa commit e86f5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-airgap-image-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
mkdir -p "embedded-bins/staging/$TARGET_OS/bin"
make --touch airgap-images.txt
make "airgap-image-bundle-$TARGET_OS-$TARGET_ARCH.tar"
tar tf "airgap-image-bundle-$TARGET_OS-$TARGET_ARCH.tar" >/dev/null
sha256sum "airgap-image-bundle-$TARGET_OS-$TARGET_ARCH.tar"
- name: "Upload :: Airgap image bundle"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e86f5b2

Please sign in to comment.