fix(actions): arm -> arm64
This commit is contained in:
parent
66a8e3bb79
commit
095e57a037
2 changed files with 3 additions and 3 deletions
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
|
||||
|
|
Loading…
Reference in a new issue