Skip to content

Commit

Permalink
Revert "Now try building on ARM"
Browse files Browse the repository at this point in the history
This reverts commit c733ced.
  • Loading branch information
David Robertson committed Nov 20, 2023
1 parent 7ddc056 commit 3617649
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Build image
uses: docker/build-push-action@v4
with:
cache-from: type=gha
cache-to: type=gha,mode=max
context: .
platforms: "linux/amd64,linux/arm64"
push: false

run-tests:
Expand Down

0 comments on commit 3617649

Please sign in to comment.