Skip to content

Commit 48dbd28

Browse files
authored
chore: build mult-platform image (#4)
Build multi-platform image per https://docs.docker.com/build/ci/github-actions/multi-platform/
1 parent 14f1cca commit 48dbd28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Build and push
3939
uses: docker/build-push-action@v4
4040
with:
41+
platforms: linux/amd64,linux/arm64
4142
push: true
4243
tags: |
4344
controlplane/netassertv2-l4-client:${{ github.ref_name }}

0 commit comments

Comments
 (0)