Skip to content

Commit

Permalink
DEV - Build and release a arm64 docker image as part of the release p…
Browse files Browse the repository at this point in the history
…rocess (#1060)
  • Loading branch information
soapy1 authored Jan 29, 2025
1 parent 5adaa52 commit f063a08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/')

0 comments on commit f063a08

Please sign in to comment.