Skip to content

Commit 9a1fbfd

Browse files
committed
Fix platform choice
1 parent bc3ee19 commit 9a1fbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
load: true
6464
push: false
6565
file: docker/Dockerfile
66-
platforms: linux/amd64
66+
platforms: linux/${{ env.ARCH_TAG }}
6767
tags: ${{ steps.meta.outputs.tags }}
6868
labels: ${{ steps.meta.outputs.labels }}
6969
outputs: type=docker, dest=${{ runner.temp }}/image.tar

0 commit comments

Comments
 (0)