Skip to content

Commit

Permalink
Now try building on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 20, 2023
1 parent b43004b commit c733ced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ 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 c733ced

Please sign in to comment.