Publish Docker image for additional ARM platforms
This commit is contained in:
parent
3d5083b9c6
commit
20d135bf7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -38,5 +38,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tags: ${{ steps.docker-metadata.outputs.tags }}
|
tags: ${{ steps.docker-metadata.outputs.tags }}
|
||||||
labels: ${{ steps.docker-metadata.outputs.labels }}
|
labels: ${{ steps.docker-metadata.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue