From 3e9d848e4727469ac9fc95679359348ed008061c Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Wed, 14 Aug 2024 11:38:07 +1000 Subject: [PATCH] Re-enabling ARM containers as the issue is fixed in .NET 8 IIRC --- .github/workflows/main.yaml | 3 +-- .github/workflows/staging.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 60fd142..284a749 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -66,8 +66,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - # platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 deploy-azure: runs-on: ubuntu-latest diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 69915d5..a4832a0 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -64,8 +64,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - # platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 deploy-azure: runs-on: ubuntu-latest