ci: no need to build arm64 arch for debian.Dockerfile
This commit is contained in:
parent
7d1a37e639
commit
27af46110c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -37,6 +37,6 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: debian.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository }}/nodejs-rust:lts-debian
|
||||
|
|
Loading…
Reference in a new issue