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 000d690 commit 997b31fCopy full SHA for 997b31f
.github/workflows/build.yaml
@@ -19,6 +19,6 @@ jobs:
19
context: base
20
dockerfile: base/Dockerfile
21
image-name: builder-base
22
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
23
docker-namespace: ${{ secrets.DOCKER_HUB_USER }}
24
docker-password: ${{ secrets.DOCKER_HUB_SECRETS }}
0 commit comments