Skip to content

Commit

Permalink
fixup! fixup! fixup! .github/workflows/gen-images: add aarch64* live …
Browse files Browse the repository at this point in the history
…isos
  • Loading branch information
classabbyamp committed Dec 27, 2024
1 parent 1ffd288 commit 579ed6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gen-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 579ed6a

Please sign in to comment.