From c733ced9c8ec1acdd91443cada1d9c83e221dbba Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 20 Nov 2023 19:40:02 +0000 Subject: [PATCH] Now try building on ARM --- .github/workflows/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 73af83e1..f79b1e62 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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: