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 20568b7 commit cde70f4Copy full SHA for cde70f4
.github/workflows/build_push_docker.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
context: .
32
file: build/Dockerfile.custom
33
+ platforms: linux/amd64,linux/arm64
34
push: true
35
tags: |
36
${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_REPOSITORY }}:v8-latest
0 commit comments