From 59540dcf2f142a8905600ca453be4e6832e47d3e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 23 Aug 2023 18:58:12 +0800 Subject: [PATCH] ci: remove building ISO for aarch64-linux Will figure it out later. --- .github/workflows/iso.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 28ce6df4..27a914db 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -11,7 +11,6 @@ jobs: matrix: arch: - "x86_64-linux" - - "aarch64-linux" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3