From d5847a24cda4b9aa5e07a58ea4bc7799ba0a2086 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Mon, 10 Jun 2024 22:55:04 +0200 Subject: [PATCH] Add more architectures --- .github/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c4ec12e..21ff5b6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,6 +29,14 @@ jobs: uses: docker/build-push-action@v5 with: push: true + platforms: | + linux/amd64 + linux/arm64 + linux/arm/v5 + linux/arm/v7 + linux/arm64/v8 + linux/ppc64le + linux/s390x tags: ghcr.io/btclock/${{ env.IMAGE_NAME }}:latest cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file