Skip to content

Commit

Permalink
fix: build on nethermind, buildx command
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Oct 2, 2024
1 parent 85c9f6b commit 5140551
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -125,5 +123,4 @@ jobs:
--label ${{ steps.meta.outputs.labels }} \
--build-arg BUILD_CONFIG=release \
--build-arg TARGETARCH=${{ matrix.platform }} \
--push \
.
. --push

0 comments on commit 5140551

Please sign in to comment.