diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d75e266..5f45b40 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"