From 4efe72fc9b50488d801a0a86652027a7fec8b366 Mon Sep 17 00:00:00 2001 From: Adam Chance <6444703+drakon64@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:47:07 +0000 Subject: [PATCH] Build AArch64 ISO's with Ktisis --- .github/workflows/cosmic.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cosmic.yml b/.github/workflows/cosmic.yml index d56e7ea..360cf27 100644 --- a/.github/workflows/cosmic.yml +++ b/.github/workflows/cosmic.yml @@ -20,11 +20,11 @@ jobs: strategy: matrix: architecture: - - system: x86_64-linux - runner: ubuntu-latest - name: x86_64 +# - system: x86_64-linux +# runner: ubuntu-latest +# name: x86_64 - system: aarch64-linux - runner: [ linux, ARM64, drakon64/github-actions-runner-aws, EC2-c8g.xlarge, EBS-30GB ] + runner: [ linux, ARM64, self-hosted, ktisis, ktisis-c4a-highcpu-4 ] name: AArch64 name: COSMIC ${{ matrix.architecture.name }} Live ISO