mirror of
https://github.com/diced/zipline.git
synced 2025-12-20 22:33:47 -08:00
fix(docker): make action target linux/arm64
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -41,6 +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
|
||||||
dockerfile: Dockerfile.arm
|
dockerfile: Dockerfile.arm
|
||||||
tag_with_ref: true
|
tag_with_ref: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user