From f063a08474212d37aabca8316608299146c17f82 Mon Sep 17 00:00:00 2001 From: Sophia Castellarin Date: Wed, 29 Jan 2025 05:56:15 -0800 Subject: [PATCH] DEV - Build and release a arm64 docker image as part of the release process (#1060) --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fcc18ec8..4b8e25c7d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -119,6 +119,9 @@ jobs: docker-image: - conda-store - conda-store-server + platform: + - linux/amd64 + - linux/arm64 steps: - name: "Checkout Repository 🛎" uses: actions/checkout@v4 @@ -188,4 +191,5 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max + platforms: ${{ matrix.platform }} if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')