mirror of
https://github.com/diced/zipline.git
synced 2026-01-08 19:31:30 -08:00
fix(actions): maybe fix arm action
This commit is contained in:
2
.github/workflows/docker-arm.yml
vendored
2
.github/workflows/docker-arm.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Build Docker Image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: Dockerfile-arm
|
||||
context: ./Dockerfile-arm
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/diced/zipline/arm:trunk
|
||||
Reference in New Issue
Block a user