distributable: url: https://github.com/grafana/k6/archive/refs/tags/v{{ version }}.tar.gz strip-components: 1 versions: github: grafana/k6/tags provides: - bin/k6 build: script: | go build -v -ldflags="$LDFLAGS" mkdir -p "{{ prefix }}"/bin mv k6 "{{ prefix }}"/bin dependencies: go.dev: ^1.18 env: LDFLAGS: - -s - -w - -X main.version={{ version }} - -X main.revision=tea linux: # or segmentation fault # fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575 LDFLAGS: - -buildmode=pie test: script: | k6 version