Closed sfat closed 11 months ago
docker/login-action@v3
docker/build-push-action@v5
current latest xk6 docker image:
xk6
docker run --rm -e GOOS=darwin -e CGO_ENABLED=1 -u "$(id -u):$(id -g)" -v "$PWD:/xk6" \ grafana/xk6 build master \ --with github.com/mostafa/xk6-kafka \ --with github.com/grafana/xk6-output-influxdb@bump-k6
Time duration:
time 0.05s user 0.04s system 0% cpu 3:36.35 total
custom image created specifically for arm64:
arm64
docker run --rm -e GOOS=darwin -e CGO_ENABLED=1 -u "$(id -u):$(id -g)" -v "$PWD:/xk6" \ xk6-andrei build master \ --with github.com/mostafa/xk6-kafka \ --with github.com/grafana/xk6-output-influxdb@bump-k6
time 0.04s user 0.03s system 0% cpu 33.783 total
All committers have signed the CLA.
seems that there's another PR already for this. closing this one
docker/login-action@v3
anddocker/build-push-action@v5
for docker login/build and pushcurrent latest
xk6
docker image:Time duration:
custom image created specifically for
arm64
:Time duration: