Skip to content

Commit 32575c5

Browse files
author
Oleg
committed
Remove qemu installation - java/kotlin can be compiled without it for arm64
1 parent b7cf9fc commit 32575c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-all.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
id: impl
5050
run: echo "name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
5151

52-
- name: Install qemu
53-
run: |
54-
sudo apt-get update
55-
sudo apt-get install -y qemu-user-static
56-
5752
- name: Build
5853
id: build_image
5954
uses: redhat-actions/buildah-build@v2

0 commit comments

Comments
 (0)