We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef23646 commit a6f1e9eCopy full SHA for a6f1e9e
.github/workflows/docker-image.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
context: .
33
push: true
34
+ platforms: linux/amd64,linux/arm64,linux/arm/v7,windows/amd64,darwin/amd64 # Build for multiple platforms
35
tags: |
36
tejastn10/argus:latest
37
tejastn10/argus:${{ github.ref_name }}
0 commit comments