Skip to content

Commit

Permalink
disable multiplatform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 28, 2021
1 parent 64e7763 commit b99389c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
with:
submodules: recursive

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
id: docker_build
with:
push: true
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit b99389c

Please sign in to comment.