Skip to content

Commit

Permalink
Drop i386 and add ARM
Browse files Browse the repository at this point in the history
Distros dropped i386 years ago.
  • Loading branch information
TheAssassin committed Nov 24, 2024
1 parent 11a92c0 commit 2355554
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- RELEASE: latest
ARCH: x86_64
- RELEASE: latest
ARCH: i386
ARCH: armhf
- RELEASE: latest
ARCH: aarch64

# special builds
- RELEASE: latest
Expand All @@ -33,6 +35,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up QEMU integration for Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build libappimage and run tests
run: bash -ex ci/build-in-docker.sh
env:
Expand Down
Binary file added tests/data/Hello_World-x86_64.gzip.AppImage
Binary file not shown.
Binary file added tests/data/Hello_World-x86_64.xz.AppImage
Binary file not shown.
Binary file added tests/data/Hello_World-x86_64.zstd.AppImage
Binary file not shown.

0 comments on commit 2355554

Please sign in to comment.