From 4c6c4c754f750dea4790767755e8f9977a6b8db0 Mon Sep 17 00:00:00 2001 From: egillax Date: Thu, 1 Aug 2024 21:25:49 +0200 Subject: [PATCH] add arm64 back in --- .github/workflows/release_docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_docker.yaml b/.github/workflows/release_docker.yaml index d0bbe30..3f9437c 100644 --- a/.github/workflows/release_docker.yaml +++ b/.github/workflows/release_docker.yaml @@ -27,7 +27,7 @@ jobs: matrix: config: - { runs_on: "ubuntu-latest", arch: "amd64"} - # - { runs_on: "ubuntu-latest", arch: "arm64"} + - { runs_on: "ubuntu-latest", arch: "arm64"} steps: - name: Delete huge unnecessary tools folder run: rm -rf /opt/hostedtoolcache @@ -108,7 +108,7 @@ jobs: matrix: config: - { runs_on: "ubuntu-latest", arch: "amd64"} - # - { runs_on: "ubuntu-latest", arch: "arm64"} + - { runs_on: "ubuntu-latest", arch: "arm64"} needs: build steps: - name: Check out repository