Skip to content

Commit

Permalink
Update build script for ruby to build all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Sep 3, 2024
1 parent 927357d commit 0c50298
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-ruby-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
# https://github.com/rake-compiler/rake-compiler-dock/issues/122
# for more details.
rb-sys-dock-setup: ./x86-64_linux-setup.sh
- platform: x86_64-linux
- platform: x86_64-linux-musl
- platform: aarch64-linux
- platform: x86_64-darwin
- platform: aarch64-linux-musl
- platform: arm-linux
- platform: arm64-darwin
#- x64-mingw-ucrt
- platform: x64-mingw32
- platform: x86-mingw-ucrt

runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -98,7 +102,7 @@ jobs:
--ruby-versions 3.3,3.2,3.1 \
--build \
-- ${{ matrix._.rb-sys-dock-setup }}
- name: Show built gem
shell: bash
run: find pkg -name '*.gem'
Expand Down

0 comments on commit 0c50298

Please sign in to comment.