From c6787e1b9f6d750ae892e331e0e8ba1234b6c4d4 Mon Sep 17 00:00:00 2001 From: Eigeen Date: Sun, 3 Apr 2022 19:34:15 +0800 Subject: [PATCH] CI test #5 --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a4337cc..36f3466 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,9 +19,11 @@ steps: # - go test - name: build - image: eigeen/golang-devops:1.18 + image: golang:1.18 environments: - CGO_ENABLED=0 + - GOOS=linux + - GOARCH=amd64 commands: - go build