Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Apply crun workaround for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Mar 14, 2024
1 parent bf374ab commit 4e36267
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
arch: [ amd64, arm64 ]
steps:
- uses: actions/checkout@v4
# todo: remove when crun issue is resolved
- uses: gardenlinux/gardenlinux/.github/actions/setup/action.yml@main
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build the image
Expand All @@ -36,6 +38,8 @@ jobs:
platform: [ kvm, metal ]
steps:
- uses: actions/checkout@v4
# todo: remove when crun issue is resolved
- uses: gardenlinux/gardenlinux/.github/actions/setup/action.yml@main
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Configure Build Variant
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
arch: [ amd64, arm64 ]
steps:
- uses: actions/checkout@v4
# todo: remove when crun issue is resolved
- uses: gardenlinux/gardenlinux/.github/actions/setup/action.yml@main
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build the repo
Expand All @@ -40,6 +42,8 @@ jobs:
platform: [ kvm, metal ]
steps:
- uses: actions/checkout@v4
# todo: remove when crun issue is resolved
- uses: gardenlinux/gardenlinux/.github/actions/setup/action.yml@main
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Configure Build Variant
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sysexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
arch: [ x86-64, arm64 ]
steps:
- uses: actions/checkout@v4
# todo: remove when crun issue is resolved
- uses: gardenlinux/gardenlinux/.github/actions/setup/action.yml@main
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Setup mkosi
Expand Down

0 comments on commit 4e36267

Please sign in to comment.