Skip to content

Commit

Permalink
chore: update iso building
Browse files Browse the repository at this point in the history
use upstream latest tools
  • Loading branch information
BobyMCbobs committed Feb 21, 2024
1 parent 6244839 commit 36852eb
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ permissions:
packages: write
jobs:
iso:
uses: ublue-os/isogenerator/.github/workflows/iso.yml@main
with:
ARCH: x86_64
IMAGE_NAME: corehost
IMAGE_REPO: ghcr.io/ii
IMAGE_TAG: stable
VARIANT: coreos
VERSION: 39
WEB_UI: false
runs-on: ubuntu-latest
container:
image: fedora:39
options: --privileged
volumes:
- /:/host
steps:
- uses: actions/checkout@473055ba18d6d2da209cd46110aadb9275e3194e
- uses: ublue-os/isogenerator@a8cdedd915546b69c1e76036f85759b1f35cd029
with:
ARCH: x86_64
IMAGE_NAME: corehost
IMAGE_REPO: ghcr.io/ii
IMAGE_TAG: latest
VARIANT: CoreOS
VERSION: 39
WEB_UI: false
ACTION_REPO: ublue-os/isogenerator
ACTION_REF: a8cdedd915546b69c1e76036f85759b1f35cd029

0 comments on commit 36852eb

Please sign in to comment.