Skip to content

Commit

Permalink
build with glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Dec 16, 2019
1 parent 8db9353 commit bbd13a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- test

- name: build
image: golang:alpine
image: golang
commands:
- go build -mod=vendor -ldflags="-s -w" -o prometheus-acls-linux-amd64 .
- GOARCH=386 go build -mod=vendor -ldflags="-s -w" -o prometheus-acls-linux-386 .
Expand Down

0 comments on commit bbd13a2

Please sign in to comment.