mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
Multi-arch docker builds
This commit is contained in:
parent
298dac4fe8
commit
3165c267af
2 changed files with 2 additions and 0 deletions
1
.github/workflows/docker-dev.yml
vendored
1
.github/workflows/docker-dev.yml
vendored
|
@ -31,5 +31,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
platforms: "linux/amd64,linux/arm64"
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
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: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
platforms: "linux/amd64,linux/arm64"
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in a new issue