Quellcode durchsuchen

cross compile using go 1.13.x (#10684)

tags/v1.11.3
techknowlogick vor 4 Jahren
Ursprung
Commit
a15dc93011
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml Datei anzeigen

@@ -387,7 +387,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
@@ -485,7 +485,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

Laden…
Abbrechen
Speichern