Add linux/arm64 platform to docker builds
Publishes linux/arm64 docker images. Relevant documentation: https://github.com/docker/build-push-action/blob/master/docs/advanced/multi-platform.md
This commit is contained in:
parent
8c59d2412e
commit
9ca48a083e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-hub.yml
vendored
1
.github/workflows/docker-hub.yml
vendored
|
@ -26,3 +26,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
Loading…
Reference in a new issue