Skip to content

Commit 6f52fbf

Browse files
committed
implement multi arch build
Signed-off-by: Markus Blaschke <[email protected]>
1 parent ffe5960 commit 6f52fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
file: ./Dockerfile
48-
platforms: linux/amd64
48+
platforms: linux/amd64,linux/arm64
4949
push: ${{ github.event_name != 'pull_request' }}
5050
tags: ${{ steps.docker_meta.outputs.tags }}
5151
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)