golang.org/x/build@v0.0.0-20240506185731-218518f32b70/env/freebsd-amd64/Makefile (about) 1 # TODO: move all this into the xb command and use it everywhere. 2 # For now it's expected that this is hand-tweaked per version bump. 3 4 upload-staging: 5 go install golang.org/x/build/cmd/upload 6 upload --verbose --file=freebsd-amd64-112.tar.gz --public dev-go-builder-data/freebsd-amd64-112.tar.gz 7 8 upload-prod: 9 go install golang.org/x/build/cmd/upload 10 upload --verbose --file=freebsd-amd64-112.tar.gz --public go-builder-data/freebsd-amd64-112.tar.gz 11 12 create-image-staging: 13 gcloud compute --project go-dashboard-dev images create freebsd-amd64-112 --source-uri gs://dev-go-builder-data/freebsd-amd64-112.tar.gz 14 15 create-image-prod: 16 gcloud compute --project symbolic-datum-552 images create freebsd-amd64-112 --source-uri gs://go-builder-data/freebsd-amd64-112.tar.gz 17 18 delete-image-prod: 19 gcloud compute --project symbolic-datum-552 images delete freebsd-amd64-112