We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f58c27 commit 80b803cCopy full SHA for 80b803c
.github/workflows/build-docker-image.yml
@@ -16,7 +16,7 @@
16
name: Build Docker image
17
18
env:
19
- PLATFORMS: linux/amd64,linux/arm64
+ PLATFORMS: linux/amd64 # ,linux/arm64
20
21
# when to run workflow
22
on:
0 commit comments