Skip to content

Commit 90bd1d0

Browse files
author
Oleg
committed
Return back the qemu installation
1 parent 1904c72 commit 90bd1d0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build-all.yml

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

50+
- name: Install qemu
51+
run: |
52+
sudo apt-get update
53+
sudo apt-get install -y qemu-user-static
54+
5055
- name: Install bowtie
5156
uses: bowtie-json-schema/bowtie@main
5257

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM gradle:8.12.1-jdk17 AS builder
2-
ARG BUILDPLATFORM
1+
FROM gradle:8.12.1-jdk17 AS builder
32
WORKDIR /opt/app
43
COPY gradle/libs.versions.toml gradle/
54
COPY settings.gradle.kts .

0 commit comments

Comments
 (0)