Skip to content

Commit

Permalink
Try VM build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 29, 2024
1 parent ec8e6ab commit f6b8b8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Alpine'

on:
schedule:
- cron: '0 0 7,14,21,28 * *'
push:
branches:
- main

jobs:
build:
Expand Down Expand Up @@ -31,7 +32,7 @@ jobs:
fetch-depth: 0

- name: Setup IcePAK
uses: upmaru/icepak@v0
uses: upmaru/icepak@develop
with:
alpine: v3.19
arch: ${{matrix.os.arch}}
Expand All @@ -44,6 +45,7 @@ jobs:
- name: Build Image
run: |
sudo ~/go/bin/distrobuilder build-incus images/${{matrix.release.distro}}.yml rootfs -o image.serial=${{ steps.generate-serial.outputs.serial }} -o image.architecture=${{matrix.os.arch}} -o image.release=${{matrix.release.version}}
sudo ~/go/bin/distrobuilder build-incus images/${{matrix.release.distro}}.yml rootfs -o image.serial=${{ steps.generate-serial.outputs.serial }} -o image.architecture=${{matrix.os.arch}} -o image.release=${{matrix.release.version}} --vm
- name: Push
run: |
Expand Down

0 comments on commit f6b8b8d

Please sign in to comment.