Skip to content

Commit a6f1e9e

Browse files
committed
fix: add multiple platforms in github action
1 parent ef23646 commit a6f1e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
context: .
3333
push: true
34+
platforms: linux/amd64,linux/arm64,linux/arm/v7,windows/amd64,darwin/amd64 # Build for multiple platforms
3435
tags: |
3536
tejastn10/argus:latest
3637
tejastn10/argus:${{ github.ref_name }}

0 commit comments

Comments
 (0)