mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
fix(actions): arm -> arm64
This commit is contained in:
4
.github/workflows/docker-arm.yml
vendored
4
.github/workflows/docker-arm.yml
vendored
@@ -36,6 +36,6 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: ./Dockerfile-arm
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/diced/zipline/arm:trunk
|
||||
tags: ghcr.io/diced/zipline/arm64:trunk
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
zipline:
|
||||
image: ghcr.io/diced/zipline/arm:trunk
|
||||
image: ghcr.io/diced/zipline/arm64:trunk
|
||||
ports:
|
||||
- '3000:3000'
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user