From 800f082a53eb06701d29076b941beeffbaa0f235 Mon Sep 17 00:00:00 2001 From: Partouf Date: Fri, 27 Sep 2024 14:55:18 +0200 Subject: [PATCH] change tag for arm64 --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a425ca8..fe3319c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,6 @@ jobs: id: hub_build uses: docker/build-push-action@v5 with: - platforms: linux/amd64 push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }} tags: compilerexplorer/${{ matrix.image }}-builder:latest cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest @@ -60,10 +59,9 @@ jobs: id: hub_build uses: docker/build-push-action@v5 with: - platforms: linux/arm64 push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }} - tags: compilerexplorer/${{ matrix.image }}-builder:latest - cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest + tags: compilerexplorer/${{ matrix.image }}-builder:latest-arm64 + cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest-arm64 cache-to: type=inline,mode=max file: Dockerfile.${{ matrix.image }} - name: Docker Hub Image Digest