mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-04 03:09:39 -06:00
[release] v 0.3.4 - fix arm (trying smtg else)
This commit is contained in:
@@ -72,11 +72,11 @@ jobs:
|
||||
|
||||
- run:
|
||||
name: download Go
|
||||
command: wget https://golang.org/dl/go1.20.2.linux-amd64.tar.gz
|
||||
command: wget https://golang.org/dl/go1.20.2.linux-arm64.tar.gz
|
||||
|
||||
- run:
|
||||
name: install Go
|
||||
command: sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz
|
||||
command: sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.20.2.linux-arm64.tar.gz
|
||||
|
||||
- run:
|
||||
name: set Go path
|
||||
|
||||
Reference in New Issue
Block a user