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