File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments