From 00e50f9bb5793947ba132d845ec1227f7a5005d9 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Thu, 10 Jul 2025 19:29:08 -0400 Subject: [PATCH] asd --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"