Alok G Singh
Alok G Singh
This is well within the capabilities of the shell. To look at all *.git dirs (bare repos): ```shell for i in *.git do cd $i gitaligned --json | jq --arg...
The [current automation](https://github.com/TykTechnologies/tyk/blob/master/ci/goreleaser/goreleaser.yml#L22) sets the version appropriately and has been in effect since 4.0. The version can also be set via `-X github.com/TykTechnologies/tyk/gateway.VERSION={{.Version}}` on the command line while building by...
Needs a rebase.
Hey @asutosh would you follow up on this?
https://tyktech.atlassian.net/browse/TT-6402 seems to indicate that GOOS and GOARCH cannot be overridden on the command line.
My point is that it is too late to run such basic things after cherry picking a commit to a release branch.
I tried a wrapper around the binary to set the env vars. It tdidn't work but I think it should. I;m not sure what I'm doing wrong though. ``` %...
Are the changes for vendoring dependencies part of fixing arm64 plugin builds or are they unrelated? If yes, needs a review from @jeffy-mathew or @sredxny from the dev side.
This is probably due to podman popping up an interactive question when it finds the image on quay.io and docker.io. You can workaround by pulling the image with podman first.