Skip to content

Commit

Permalink
ci: add arm64 platform to build action (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavis committed May 26, 2024
1 parent f006ec4 commit 4dff1d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
tags: squidex-local

- name: Test - Start Compose
Expand Down Expand Up @@ -185,4 +186,4 @@ jobs:

- name: Release - Cleanup Binaries
if: always()
run: docker rm squidex-container
run: docker rm squidex-container

0 comments on commit 4dff1d5

Please sign in to comment.