We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac3b88 commit a674dc3Copy full SHA for a674dc3
.github/workflows/build-all.yml
@@ -43,12 +43,6 @@ jobs:
43
id: impl
44
run: echo "name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
45
46
- - name: Install qemu
47
- if: false
48
- run: |
49
- sudo apt-get update
50
- sudo apt-get install -y qemu-user-static
51
-
52
- name: Install bowtie
53
uses: bowtie-json-schema/bowtie@main
54
.github/workflows/build.yml
@@ -58,12 +58,6 @@ jobs:
58
59
60
61
62
63
64
65
66
67
- name: Build
68
id: build_image
69
uses: redhat-actions/buildah-build@v2
0 commit comments