Skip to content

Commit 34696db

Browse files
committed
Build i386
1 parent 2972f92 commit 34696db

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,14 @@ jobs:
4949
snap: ${{ steps.snapcraft.outputs.snap }}
5050
release: ${{ env.ABI_VERSION }}/edge
5151

52-
build-armhf:
53-
name: build armhf with snapcraft
52+
build-qemu:
53+
name: build with QEMU and snapcraft
5454
runs-on: ubuntu-latest
55+
strategy:
56+
matrix:
57+
arch:
58+
- i386
59+
- armhf
5560
steps:
5661
- name: Check out Git repository
5762
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -68,7 +73,7 @@ jobs:
6873
- uses: diddlesnaps/snapcraft-multiarch-action@cfd7a246fad6bea65bb92f69a1c8d07898c231e5 # v1.9.0
6974
id: snapcraft
7075
with:
71-
architecture: armhf
76+
architecture: ${{ matrix.arch }}
7277

7378
- name: Store ABI version
7479
run: echo "ABI_VERSION=$(echo ${{ env.RUBY_VERSION }} | cut -d '.' -f 1-2)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)