Skip to content

Commit

Permalink
change tag for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Sep 27, 2024
1 parent 279d434 commit 800f082
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 800f082

Please sign in to comment.