Skip to content

Commit 73bde20

Browse files
committed
feat: create image for "linux/amd64" and "linux/arm64/v8" during development, to make it testable on MacOS
1 parent 4bcee8b commit 73bde20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
push: true
5050
tags: |
5151
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:dev
52+
platforms: linux/amd64,linux/arm64/v8
5253

5354

5455

0 commit comments

Comments
 (0)