From 579ed6afc28b14586744876faff70129d82c5e82 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 27 Dec 2024 17:02:48 -0500 Subject: [PATCH] fixup! fixup! fixup! .github/workflows/gen-images: add aarch64* live isos --- .github/workflows/gen-images.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/gen-images.yml b/.github/workflows/gen-images.yml index 8e56aaf5a..e69a54d4d 100644 --- a/.github/workflows/gen-images.yml +++ b/.github/workflows/gen-images.yml @@ -22,11 +22,6 @@ on: default: "base xfce" required: false type: string - live_arm_platforms: - description: "Platforms to include support for in aarch64 live ISOs" - default: "pinebookpro x13s" - required: false - type: string rootfs_flag: description: "Build ROOTFSes" default: true @@ -142,7 +137,6 @@ jobs: SUDO= REPOSITORY="${{ needs.prepare.outputs.mirror }}" \ DATECODE="${{ needs.prepare.outputs.datecode }}" \ LIVE_ARCHS="${{ matrix.arch }}" LIVE_FLAVORS="${{ matrix.flavor }}" - LIVE_PLATFORMS="${{ inputs.live_arm_platforms }}" - name: Prepare artifacts for upload run: |