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. 3
      .github/workflows/release.yml

3
.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 }}" build-args: "SQUIDEX__BUILD__VERSION=${{ env.GITHUB_REF_SLUG }},SQUIDEX__RUNTIME__VERSION=${{ env.GITHUB_REF_SLUG }}"
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
tags: squidex-local tags: squidex-local
- name: Test - Start Compose - name: Test - Start Compose
@ -185,4 +186,4 @@ jobs:
- name: Release - Cleanup Binaries - name: Release - Cleanup Binaries
if: always() if: always()
run: docker rm squidex-container run: docker rm squidex-container

Loading…
Cancel
Save