mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
Don't build ARM, it's apparently not well supported
This commit is contained in:
parent
4db2c30045
commit
5671443f72
1 changed files with 0 additions and 1 deletions
|
@ -188,7 +188,6 @@ jobs:
|
|||
GOOS=windows GOARCH=arm ./build && mv yggdrasil.exe /tmp/upload/$CINAME-$CIVERSION-windows-arm.exe && mv yggdrasilctl.exe /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-windows-arm.exe;
|
||||
bash contrib/msi/build-msi.sh x64
|
||||
bash contrib/msi/build-msi.sh x86
|
||||
# bash contrib/msi/build-msi.sh arm
|
||||
mv *.msi /tmp/upload
|
||||
|
||||
- persist_to_workspace:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue