Skip to content

Commit 1bd0f76

Browse files
committed
CI: build on alpine
1 parent 685a252 commit 1bd0f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build binary
8888
run: |
8989
cd cmd/yc
90-
go build -ldflags="-s -w" -o yc
90+
go build -buildvcs=false -ldflags="-s -w" -o yc
9191
./yc --version || true
9292
9393
test:

0 commit comments

Comments
 (0)