Skip to content

Commit a0967b2

Browse files
committed
Drop i386 and add ARM
Distros dropped i386 years ago.
1 parent e913fd2 commit a0967b2

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
- RELEASE: latest
1212
ARCH: x86_64
1313
- RELEASE: latest
14-
ARCH: i386
14+
ARCH: armhf
15+
- RELEASE: latest
16+
ARCH: aarch64
1517

1618
# special builds
1719
- RELEASE: latest
@@ -33,6 +35,8 @@ jobs:
3335
- uses: actions/checkout@v2
3436
with:
3537
submodules: recursive
38+
- name: Set up QEMU integration for Docker
39+
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
3640
- name: Build libappimage and run tests
3741
run: bash -ex ci/build-in-docker.sh
3842
env:
193 KB
Binary file not shown.
193 KB
Binary file not shown.
684 KB
Binary file not shown.

0 commit comments

Comments
 (0)