diff --git a/blueprints/devops/tgswitch/ops2deb.lock.yml b/blueprints/devops/tgswitch/ops2deb.lock.yml new file mode 100644 index 0000000000..9572fda5ea --- /dev/null +++ b/blueprints/devops/tgswitch/ops2deb.lock.yml @@ -0,0 +1,9 @@ +- url: https://github.com/warrensbox/tgswitch/releases/download/0.6.0/tgswitch_0.6.0_linux_amd64.tar.gz + sha256: d1513d77b64645b864b04431dc093c651f7a6bb97ef24037a7d75e90dea1601b + timestamp: 2024-06-04 14:46:12+00:00 +- url: https://github.com/warrensbox/tgswitch/releases/download/0.6.0/tgswitch_0.6.0_linux_arm64.tar.gz + sha256: 808691afcbee1e667f1969c0cc3f220461d57ecfb074d3e0b61d4367dda08d66 + timestamp: 2024-06-04 14:47:25+00:00 +- url: https://github.com/warrensbox/tgswitch/releases/download/0.6.0/tgswitch_0.6.0_linux_armv6.tar.gz + sha256: 238801ed36c1d899db6ed711011bb87a7763d07bcd76ddfa1027db85a821cf65 + timestamp: 2024-06-04 14:49:19+00:00 \ No newline at end of file diff --git a/blueprints/devops/tgswitch/ops2deb.yml b/blueprints/devops/tgswitch/ops2deb.yml new file mode 100644 index 0000000000..2ba3f787af --- /dev/null +++ b/blueprints/devops/tgswitch/ops2deb.yml @@ -0,0 +1,23 @@ +name: tgswitch +matrix: + architectures: + - amd64 + - arm64 + - armhf + versions: + - 0.6.0 +homepage: https://tgswitch.warrensbox.com/ +summary: command line tool lets you switch between different versions of terragrunt +description: |- + The tgswitch command line tool lets you switch between different versions of + terragrunt. + If you do not have a particular version of terragrunt installed, tgswitch will + download the version you desire. + Once installed, simply select the version you require from the dropdown and + start using terragrunt. +fetch: + url: https://github.com/warrensbox/tgswitch/releases/download/{{version}}/tgswitch_{{version}}_linux_{{target}}.tar.gz + targets: + armhf: armv6 +install: + - tgswitch:/usr/bin/tgswitch