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 6efa1a8 commit 6967e4bCopy full SHA for 6967e4b
.github/workflows/docker.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: docker/build-push-action@v2.7.0
32
with:
33
context: .
34
- platforms: linux/arm64,linux/arm/v8,linux/amd64
+ platforms: linux/arm64,linux/amd64
35
file: Dockerfile
36
push: true
37
tags: |
0 commit comments