forked from Ivasoft/github-actions
FIX remove act glibc dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -10,7 +10,7 @@ steps:
|
||||
- apt update && apt install patch
|
||||
- patch ../patches/001-workdir-bind.patch
|
||||
- mkdir bin
|
||||
- GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=$ACT_VERSION" -o bin/act main.go
|
||||
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=$ACT_VERSION" -o bin/act main.go
|
||||
|
||||
- name: build
|
||||
image: golang:1.19
|
||||
|
||||
Reference in New Issue
Block a user