Multi-arch docker builds
This commit is contained in:
parent
298dac4fe8
commit
3165c267af
1
.github/workflows/docker-dev.yml
vendored
1
.github/workflows/docker-dev.yml
vendored
@ -31,5 +31,6 @@ jobs:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
push: true
|
||||
platforms: "linux/amd64,linux/arm64"
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
@ -34,5 +34,6 @@ jobs:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
push: true
|
||||
platforms: "linux/amd64,linux/arm64"
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Reference in New Issue
Block a user