Skip to content

Commit

Permalink
fixup! Set up ARM builds with QEMU and Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 11, 2023
1 parent 9d96a9d commit 27211b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ ENV HOME=/tmp

# make sure all AppImages can run in Docker
ENV APPIMAGE_EXTRACT_AND_RUN=1

# seems necessary to make test.sh run on qemu/arm
RUN apt-get update && \
apt-get install -y qemu-user-static && \
apt-get clean -y

0 comments on commit 27211b6

Please sign in to comment.