We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dfd3c commit 91c0519Copy full SHA for 91c0519
.github/workflows/build.yaml
@@ -19,5 +19,5 @@ jobs:
19
working-directory: ./app
20
run: |
21
docker buildx build \
22
- --platform linux/amd64,linux/arm64 \
+ --platform linux/amd64 \
23
.
0 commit comments