asd
All checks were successful
Main / Build arm64v8 image (push) Successful in 10m5s
Main / Push arm64v8 image (push) Has been skipped

This commit is contained in:
Chris Richardson
2025-07-10 19:29:08 -04:00
parent 9b5bffe885
commit 00e50f9bb5

View File

@@ -23,10 +23,10 @@ jobs:
steps:
- name: "Checkout project"
uses: "actions/checkout@v4"
- name: "Register binfmt entries"
if: "matrix.arch != 'native'"
run: |
make binfmt-register
# - name: "Register binfmt entries"
# if: "matrix.arch != 'native'"
# run: |
# make binfmt-register
- name: "Build and save image"
run: |
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"