mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Update release.yml
This commit is contained in:
parent
26d0258d5e
commit
1c2014f7ca
1 changed files with 7 additions and 6 deletions
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
|
@ -22,16 +22,17 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- target: armv7-unknown-linux-gnueabihf
|
## permission denied?
|
||||||
os: ubuntu-latest
|
# - target: armv7-unknown-linux-gnueabihf
|
||||||
- target: aarch64-unknown-linux-gnu
|
# os: ubuntu-latest
|
||||||
os: ubuntu-latest
|
# - target: aarch64-unknown-linux-gnu
|
||||||
|
# os: ubuntu-latest
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: x86_64-unknown-linux-musl
|
# - target: x86_64-unknown-linux-musl
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue