fix(docker): make action target linux/arm64
This commit is contained in:
parent
b39743a53a
commit
3280c77002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry: docker.pkg.github.com
|
registry: docker.pkg.github.com
|
||||||
repository: diced/zipline/zipline-arm
|
repository: diced/zipline/zipline-arm
|
||||||
platforms: linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
dockerfile: Dockerfile.arm
|
dockerfile: Dockerfile.arm
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue