Skip to content

Commit bbd13a2

Browse files
committed
build with glibc
1 parent 8db9353 commit bbd13a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- test
2121

2222
- name: build
23-
image: golang:alpine
23+
image: golang
2424
commands:
2525
- go build -mod=vendor -ldflags="-s -w" -o prometheus-acls-linux-amd64 .
2626
- GOARCH=386 go build -mod=vendor -ldflags="-s -w" -o prometheus-acls-linux-386 .

0 commit comments

Comments
 (0)