From 2e4d59aaac2461eddd9ab5a2af162e39da74f078 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Fri, 19 Jun 2026 17:41:49 +0100 Subject: [PATCH] == not != for multi-arch upload --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 0a83eb28e..d29171aea 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -54,7 +54,7 @@ jobs: nix run --fallback .#local-image-test localhost:5000/nativelink:${{ steps.version.outputs.version-string }} - name: Upload multi-arch image - if: ${{ matrix.image != 'image' && github.ref == 'refs/heads/main'}} + if: ${{ matrix.image == 'image' && github.ref == 'refs/heads/main'}} run: | nix run --fallback .#regctl-ghcr-login nix run --fallback .#create-multi-arch-image ghcr.io ${{ github.repository_owner }}/nativelink:${{ steps.version.outputs.version-string }} nativelink-image-for-x64 nativelink-image-for-aarch64