removed platforms other than linux/amd64
This commit is contained in:
parent
bdf0da0d16
commit
af0eb844bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: "Build and push"
|
- name: "Build and push"
|
||||||
uses: "docker/build-push-action@v6"
|
uses: "docker/build-push-action@v6"
|
||||||
with:
|
with:
|
||||||
platforms: "linux/amd64,linux/arm/v7,linux/arm64/v8"
|
platforms: "linux/amd64"
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
docker.io/${{ github.repository }}:latest
|
docker.io/${{ github.repository }}:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue