Skip to content

Commit a674dc3

Browse files
author
Oleg
committed
Remove qemu installation from workflows
1 parent cac3b88 commit a674dc3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/build-all.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ jobs:
4343
id: impl
4444
run: echo "name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
4545

46-
- name: Install qemu
47-
if: false
48-
run: |
49-
sudo apt-get update
50-
sudo apt-get install -y qemu-user-static
51-
5246
- name: Install bowtie
5347
uses: bowtie-json-schema/bowtie@main
5448

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ jobs:
5858
- name: Install bowtie
5959
uses: bowtie-json-schema/bowtie@main
6060

61-
- name: Install qemu
62-
if: false
63-
run: |
64-
sudo apt-get update
65-
sudo apt-get install -y qemu-user-static
66-
6761
- name: Build
6862
id: build_image
6963
uses: redhat-actions/buildah-build@v2

0 commit comments

Comments
 (0)