mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 20:24:24 +00:00
cross compile using go 1.13.x (#10684)
This commit is contained in:
parent
66b31786d3
commit
a15dc93011
@ -387,7 +387,7 @@ steps:
|
|||||||
|
|
||||||
- name: static
|
- name: static
|
||||||
pull: always
|
pull: always
|
||||||
image: techknowlogick/xgo:latest
|
image: techknowlogick/xgo:go-1.13.x
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt -y install curl
|
- apt update && apt -y install curl
|
||||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
|
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
|
||||||
@ -485,7 +485,7 @@ steps:
|
|||||||
|
|
||||||
- name: static
|
- name: static
|
||||||
pull: always
|
pull: always
|
||||||
image: techknowlogick/xgo:latest
|
image: techknowlogick/xgo:go-1.13.x
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt -y install curl
|
- apt update && apt -y install curl
|
||||||
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
|
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
|
||||||
|
Loading…
Reference in New Issue
Block a user