Skip to content

Commit

Permalink
馃毀 Temporarily remove multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Aug 15, 2021
1 parent f65ea54 commit 792b445
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:
id: prep
run: echo ::set-output name=version::${GITHUB_REF##*/}

# Use QEMU for multi-architecture builds
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: all
# # Use QEMU for multi-architecture builds
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1
# with:
# platforms: all

# Use Moby BuildKit
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
with:
install: true
version: latest
driver-opts: image=moby/buildkit:master
# # Use Moby BuildKit
# - name: Set up Docker Buildx
# id: buildx
# uses: docker/setup-buildx-action@v1
# with:
# install: true
# version: latest
# driver-opts: image=moby/buildkit:master

# Login into GH container registry
- name: Log in to registry
Expand Down

0 comments on commit 792b445

Please sign in to comment.