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: |