How do I get the release (1.6.0) build in gitpod rather than the latest dev?

I want to change a compiler flag in a release (1.6.0) build for lilygo-rtl_433 but I can’t figure out how to do it? I’d be grateful for any/all hints/help.

Thanks.

You could try to generate the environment from the v1.6.0 tag:
https://gitpod.io/#https://github.com/1technophile/OpenMQTTGateway/releases/tag/v1.6.0

Perfect thank you, just what I was looking for. Complete gitpod n00b, it does make life easy.