From 0987130e6e0c91824a21595e53ee0234c801e598 Mon Sep 17 00:00:00 2001 From: Kenny Van de Maele Date: Mon, 25 Mar 2024 10:39:31 +0100 Subject: [PATCH] Revert "change architecture name to aarch64" This reverts commit 293b880d2cc707b5aa052f0674c0f57753d1242d. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 63edcb8..746e160 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - arch: [amd64, aarch64] + arch: [amd64, arm64] steps: - name: Checkout Repository