ci: remove buildx from build main workflow
This commit is contained in:
parent
2e93b67ca9
commit
2a9d7d05af
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -38,12 +38,6 @@ jobs:
|
|||||||
jq -r '. + {dev:false, version:"$REL_VERSION_STRICT"}' pkg-temp.json > package.json
|
jq -r '. + {dev:false, version:"$REL_VERSION_STRICT"}' pkg-temp.json > package.json
|
||||||
rm pkg-temp.json
|
rm pkg-temp.json
|
||||||
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v1
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v1
|
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
@ -62,7 +56,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dev/build/Dockerfile
|
file: dev/build/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
requarks/wiki:canary
|
requarks/wiki:canary
|
||||||
|
Loading…
Reference in New Issue
Block a user