Skip to content

Commit

Permalink
* try to fix the i686-linux and arm64-linux builds (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickysn authored Jan 24, 2024
1 parent f29ae9b commit 892ec39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,27 @@ jobs:
triple: x86_64-linux-musl
name: linux
cpu: amd64
nimble_cpu: amd64
- os: linux
triple: i686-linux-musl
name: linux
cpu: i686
nimble_cpu: i386
- os: linux
triple: aarch64-linux-musl
name: linux
cpu: arm64
nimble_cpu: aarch64
- os: macosx
triple: x86_64-apple-darwin14
name: macosx
cpu: amd64
nimble_cpu: amd64
- os: windows
triple: x86_64-w64-mingw32
name: windows
cpu: amd64
nimble_cpu: amd64
include:
- target:
os: linux
Expand All @@ -58,7 +63,7 @@ jobs:
uses: nim-lang/nimble/.github/actions/install_nimble@master
with:
os: ${{ matrix.target.name }}
cpu: ${{ matrix.target.cpu }}
cpu: ${{ matrix.target.nimble_cpu }}

- name: Restore nimble dependencies from cache
id: nimble_deps
Expand Down

0 comments on commit 892ec39

Please sign in to comment.