Skip to content

Commit

Permalink
ci: add arm64 platform to build action for dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavis authored May 29, 2024
1 parent 48cd104 commit 2642d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
build-args: "SQUIDEX__RUNTIME__VERSION=7.0.0-dev-${{ env.BUILD_NUMBER }}"
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
tags: squidex-local

- name: Test - Start Compose
Expand Down

0 comments on commit 2642d0a

Please sign in to comment.