chore(docker): remove QEMU setup and platform specification
This commit is contained in:
parent
63fd9a4a45
commit
ef3114e68b
10
.github/workflows/docker-build-and-push.yml
vendored
10
.github/workflows/docker-build-and-push.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: amd64
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v3
|
||||
# with:
|
||||
# platforms: amd64
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
@ -46,4 +46,4 @@ jobs:
|
||||
file: ${{ matrix.file }}
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.image }}:latest
|
||||
platforms: linux/amd64
|
||||
# platforms: linux/amd64
|
||||
|
Loading…
Reference in New Issue
Block a user