Skip to content

Commit

Permalink
Build for linux/arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Jun 4, 2024
1 parent 9973714 commit ec3f6f2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
strategy:
matrix:
os: [linux, darwin, windows]
arch: [amd64, arm64, aarch64]
arch: [amd64, arm64, armv7l]
exclude:
- os: windows
arch: arm64
- os: windows
arch: armv7l
- os: darwin
arch: armv7l
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -61,8 +65,8 @@ jobs:
echo "wheel=diambra-$version-py3-none-$platform.whl" >> $GITHUB_OUTPUT
env:
linux_amd64: manylinux2014_x86_64
linux_arm64: manylinux2014_armv7l
linux_aarch64: manylinux2014_aarch64
linux_arm64: manylinux2014_aarch64
linux_armv7l: manylinux2014_armv7l
windows_amd64: win_amd64
darwin_amd64: macosx_10_9_x86_64
darwin_arm64: macosx_11_0_arm64
Expand Down

0 comments on commit ec3f6f2

Please sign in to comment.