Skip to content

Commit 27c4b99

Browse files
authored
Added arm64 build
1 parent 8a77588 commit 27c4b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish-tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
6565
with:
6666
context: .
67+
platforms: linux/amd64,linux/arm64
6768
push: ${{ github.event_name != 'pull_request' }}
6869
tags: ${{ steps.meta.outputs.tags }}
6970
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)