mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-19 15:53:39 +00:00
put back other systems except i686-windows
This commit is contained in:
parent
b6faf069cb
commit
7806de626e
1 changed files with 23 additions and 23 deletions
46
.github/workflows/pre-release.yml
vendored
46
.github/workflows/pre-release.yml
vendored
|
@ -10,31 +10,31 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# - system: aarch64-macos-14
|
||||
# target: aarch64-apple-darwin
|
||||
# os: macos-14
|
||||
# - system: aarch64-linux
|
||||
# target: aarch64-unknown-linux-musl
|
||||
# os: ubuntu-latest
|
||||
# - system: armv6l-linux
|
||||
# target: armv6l-unknown-linux-musleabihf
|
||||
# os: ubuntu-latest
|
||||
# - system: armv7l-linux
|
||||
# target: armv7l-unknown-linux-musleabihf
|
||||
# os: ubuntu-latest
|
||||
# - system: i686-linux
|
||||
# target: i686-unknown-linux-musl
|
||||
# os: ubuntu-latest
|
||||
# FIXME
|
||||
- system: i686-windows
|
||||
target: i686-w64-mingw32
|
||||
- system: aarch64-macos-14
|
||||
target: aarch64-apple-darwin
|
||||
os: macos-14
|
||||
- system: aarch64-linux
|
||||
target: aarch64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
# - system: x86_64-macos-13
|
||||
# target: x86_64-apple-darwin
|
||||
# os: macos-13
|
||||
# - system: x86_64-linux
|
||||
# target: x86_64-unknown-linux-musl
|
||||
- system: armv6l-linux
|
||||
target: armv6l-unknown-linux-musleabihf
|
||||
os: ubuntu-latest
|
||||
- system: armv7l-linux
|
||||
target: armv7l-unknown-linux-musleabihf
|
||||
os: ubuntu-latest
|
||||
- system: i686-linux
|
||||
target: i686-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
# FIXME
|
||||
# - system: i686-windows
|
||||
# target: i686-w64-mingw32
|
||||
# os: ubuntu-latest
|
||||
- system: x86_64-macos-13
|
||||
target: x86_64-apple-darwin
|
||||
os: macos-13
|
||||
- system: x86_64-linux
|
||||
target: x86_64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
- system: x86_64-windows
|
||||
target: x86_64-w64-mingw32
|
||||
os: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue