Skip to content

Commit

Permalink
fixup! fixup! Keep i386 alive and add ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
good-bye committed Dec 10, 2023
1 parent 953b84a commit 67819e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Build AppImage in Docker
run: bash -ex ci/build-in-docker.sh

- name: Set up QEMU integration for Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 67819e2

Please sign in to comment.