From de88201f61fb263be67f2be9cf0aaa1868f3c66b Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 27 Feb 2024 08:07:39 +0000 Subject: [PATCH] chore: add arm64 platform --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1f0dd0..26bb88f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max target: ci + platforms: linux/amd64,linux/arm64/v8 test: name: Test Suite @@ -86,6 +87,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max target: full + platforms: linux/amd64,linux/arm64/v8 publish-image: name: Publish Image @@ -111,3 +113,4 @@ jobs: target: full build-args: | VERSION=${{ needs.release-please.outputs.version }} + platforms: linux/amd64,linux/arm64/v8