Skip to content

Commit 800f082

Browse files
committed
change tag for arm64
1 parent 279d434 commit 800f082

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
id: hub_build
3535
uses: docker/build-push-action@v5
3636
with:
37-
platforms: linux/amd64
3837
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
3938
tags: compilerexplorer/${{ matrix.image }}-builder:latest
4039
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
@@ -60,10 +59,9 @@ jobs:
6059
id: hub_build
6160
uses: docker/build-push-action@v5
6261
with:
63-
platforms: linux/arm64
6462
push: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
65-
tags: compilerexplorer/${{ matrix.image }}-builder:latest
66-
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest
63+
tags: compilerexplorer/${{ matrix.image }}-builder:latest-arm64
64+
cache-from: type=registry,ref=compilerexplorer/${{ matrix.image }}-builder:latest-arm64
6765
cache-to: type=inline,mode=max
6866
file: Dockerfile.${{ matrix.image }}
6967
- name: Docker Hub Image Digest

0 commit comments

Comments
 (0)