Skip to content

Commit

Permalink
fix workflow profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Jul 19, 2024
1 parent 906c81a commit d0cb087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
arch: [x86_64, aarch64, riscv64]
variant: [liveimage-desktop, liveimage-minimal, tarball]
variant: [liveimage-desktop, liveimage-standard, tarball]
exclude:
- arch: riscv64
variant: liveimage-desktop
- arch: riscv64
variant: liveimage-minimal
variant: liveimage-standard
include:
- arch: x86_64
debarch: amd64
Expand Down

0 comments on commit d0cb087

Please sign in to comment.