diff --git a/.github/workflows/all-in-one-arm64.yml b/.github/workflows/all-in-one-arm64.yml index 7bbb064..6d30ac1 100644 --- a/.github/workflows/all-in-one-arm64.yml +++ b/.github/workflows/all-in-one-arm64.yml @@ -37,13 +37,13 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '1.20' - - name: Download k6 for Prometheus + - name: Download k6 run: | - wget https://github.com/metrico/qryn-bench/releases/download/latest/k6 + wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-arm64 -O k6 chmod +x k6 - - name: Download k6 for Prometheus + - name: Download k6 for Tracing run: | - wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing -O k6-tracing + wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing-arm64 -O k6-tracing chmod +x k6-tracing - name: Collect Workflow Telemetry