Переглянути джерело

cross compile using go 1.13.x (#10684) (#10697)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-dev
Lunny Xiao 4 роки тому
джерело
коміт
6618348e23
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml Переглянути файл

@@ -379,7 +379,7 @@ steps:

- name: static
pull: always
image: techknowlogick/xgo:latest
image: techknowlogick/xgo:go-1.13.x
commands:
- apt update && apt -y install curl
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
@@ -477,7 +477,7 @@ steps:

- name: static
pull: always
image: techknowlogick/xgo:latest
image: techknowlogick/xgo:go-1.13.x
commands:
- apt update && apt -y install curl
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs

Завантаження…
Відмінити
Зберегти