Update .forgejo/workflows/build-release.yml
All checks were successful
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 2m56s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 14m39s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 15m49s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 18m34s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Successful in 18m49s
All checks were successful
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 2m56s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 14m39s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 15m49s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 18m34s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Successful in 18m49s
This commit is contained in:
parent
d5bb245401
commit
1c767592c6
1 changed files with 5 additions and 5 deletions
|
@ -29,10 +29,10 @@ jobs:
|
||||||
target:
|
target:
|
||||||
- x86_64-unknown-linux-gnu
|
- x86_64-unknown-linux-gnu
|
||||||
- x86_64-pc-windows-msvc
|
- x86_64-pc-windows-msvc
|
||||||
- x86_64-apple-darwin
|
# - x86_64-apple-darwin
|
||||||
- aarch64-unknown-linux-gnu
|
- aarch64-unknown-linux-gnu
|
||||||
- aarch64-pc-windows-msvc
|
- aarch64-pc-windows-msvc
|
||||||
- aarch64-apple-darwin
|
# - aarch64-apple-darwin
|
||||||
include:
|
include:
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
binary_name: zenyx-x86_64-linux
|
binary_name: zenyx-x86_64-linux
|
||||||
|
@ -51,9 +51,9 @@ jobs:
|
||||||
args: --target x86_64-pc-windows-msvc --release
|
args: --target x86_64-pc-windows-msvc --release
|
||||||
- target: aarch64-pc-windows-msvc
|
- target: aarch64-pc-windows-msvc
|
||||||
binary_name: zenyx-aarch64-windows
|
binary_name: zenyx-aarch64-windows
|
||||||
# ext: ".exe"
|
ext: ".exe"
|
||||||
# command: xwin build
|
command: xwin build
|
||||||
# args: --target aarch64-pc-windows-msvc --release
|
args: --target aarch64-pc-windows-msvc --release
|
||||||
#- target: x86_64-apple-darwin
|
#- target: x86_64-apple-darwin
|
||||||
# binary_name: zenyx-x86_64-macos
|
# binary_name: zenyx-x86_64-macos
|
||||||
# ext: ""
|
# ext: ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue