We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa19e8d commit 9f2eda6Copy full SHA for 9f2eda6
.github/workflows/push-pr-release.yaml
@@ -42,7 +42,7 @@ jobs:
42
-e "GOOS=${{ matrix.goos }}" -e "GOARCH=${{ matrix.goarch }}" \
43
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
44
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}-gsm" \
45
- --with github.com/grafana/xk6-sm=.
+ --with github.com/grafana/xk6-sm=. \
46
--with github.com/grafana/gsm-api-go-client@64c2eb5
47
- name: Check runner architecture
48
id: runner-info
0 commit comments