ソースを参照

cross compile using go 1.13.x (#10684)

tags/v1.11.3
techknowlogick 4年前
コミット
a15dc93011
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      .drone.yml

+ 2
- 2
.drone.yml ファイルの表示

@@ -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

読み込み中…
キャンセル
保存