Skip to content

Commit

Permalink
Update create-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallioli authored Jul 6, 2023
1 parent ac89655 commit 49f985f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@ on:
push:
tags:
- '*'


workflow_dispatch:

jobs:
build-image:
build:
runs-on: [self-hosted, Linux]
steps:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install qemu-utils libguestfs-tools
- uses: actions/checkout@v2

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Install prerequisites
run: |
sudo dnf update -y
sudo dnf install -y libguestfs-tools libguestfs-tools-c
- name: Build base image
run: |
Expand Down

0 comments on commit 49f985f

Please sign in to comment.