Skip to content

Commit

Permalink
add qemu-utils kpartx
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Mar 10, 2021
1 parent 62983e3 commit cf3c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y coreutils quilt parted debootstrap zerofree zip dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl jq
sudo apt-get install -y coreutils quilt parted debootstrap zerofree zip dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl jq qemu-utils kpartx
sudo apt-get install -y qemu-user-static:i386
- name: Build Image
run: sudo CLEAN=1 BUILD_VERSION=${{ steps.get_version.outputs.VERSION }} ./build.sh -c config
Expand Down

0 comments on commit cf3c590

Please sign in to comment.