Browse Source

ci: add arm64 platform to build action (#1093)

pull/1098/head
Keir 2 years ago
committed by GitHub
parent
commit
4dff1d52b7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -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

Loading…
Cancel
Save