Skip to content

Commit

Permalink
Add builds for Windows and ARM 32-bit (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Oct 9, 2023
1 parent 10a8bda commit f1799d1
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,24 @@ jobs:
os: ubuntu-20.04,
use-cross: true,
}
# - {
# target: arm-unknown-linux-gnueabi,
# arch: armel,
# os: ubuntu-20.04,
# use-cross: true,
# }
# - {
# target: arm-unknown-linux-gnueabihf,
# arch: armhf,
# os: ubuntu-20.04,
# use-cross: true,
# }
# - {
# target: armv7-unknown-linux-gnueabihf,
# arch: armhf,
# os: ubuntu-20.04,
# use-cross: true,
# }
- {
target: arm-unknown-linux-gnueabi,
arch: armel,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: arm-unknown-linux-gnueabihf,
arch: armhf,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: armv7-unknown-linux-gnueabihf,
arch: armhf,
os: ubuntu-20.04,
use-cross: true,
}
- {
target: aarch64-unknown-linux-gnu,
arch: arm64,
Expand All @@ -131,11 +131,8 @@ jobs:
os: ubuntu-20.04,
use-cross: true,
}
##
## NOTE: cannot build for Windows since cyclocut was not ported to Windows.
##
# - { target: x86_64-pc-windows-msvc, arch: win64, os: windows-2019 }
# - { target: x86_64-pc-windows-gnu , arch: win64 , os: windows-2019 }
- { target: x86_64-pc-windows-msvc, arch: win64, os: windows-2019 }
- { target: x86_64-pc-windows-gnu , arch: win64 , os: windows-2019 }
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit f1799d1

Please sign in to comment.