Merge pull request #37 from kusold/patch-1
Add linux/arm64 platform to docker builds
This commit is contained in:
commit
2d17e00ec5
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
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
Loading…
Reference in a new issue