Skip to content

Commit 9bbfd90

Browse files
committed
feat: add blueprint for tgswitch
1 parent cb12cc5 commit 9bbfd90

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- url: https://github.com/warrensbox/tgswitch/releases/download/0.6.0/tgswitch_0.6.0_linux_amd64.tar.gz
2+
sha256: d1513d77b64645b864b04431dc093c651f7a6bb97ef24037a7d75e90dea1601b
3+
timestamp: 2024-06-04 14:46:12+00:00
4+
- url: https://github.com/warrensbox/tgswitch/releases/download/0.6.0/tgswitch_0.6.0_linux_arm64.tar.gz
5+
sha256: 808691afcbee1e667f1969c0cc3f220461d57ecfb074d3e0b61d4367dda08d66
6+
timestamp: 2024-06-04 14:47:25+00:00
7+
- url: https://github.com/warrensbox/tgswitch/releases/download/0.6.0/tgswitch_0.6.0_linux_armv6.tar.gz
8+
sha256: 238801ed36c1d899db6ed711011bb87a7763d07bcd76ddfa1027db85a821cf65
9+
timestamp: 2024-06-04 14:49:19+00:00
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: tgswitch
2+
matrix:
3+
architectures:
4+
- amd64
5+
- arm64
6+
- armhf
7+
versions:
8+
- 0.6.0
9+
homepage: https://tgswitch.warrensbox.com/
10+
summary: command line tool lets you switch between different versions of terragrunt
11+
description: |-
12+
The tgswitch command line tool lets you switch between different versions of
13+
terragrunt.
14+
If you do not have a particular version of terragrunt installed, tgswitch will
15+
download the version you desire.
16+
Once installed, simply select the version you require from the dropdown and
17+
start using terragrunt.
18+
fetch:
19+
url: https://github.com/warrensbox/tgswitch/releases/download/{{version}}/tgswitch_{{version}}_linux_{{target}}.tar.gz
20+
targets:
21+
armhf: armv6
22+
install:
23+
- tgswitch:/usr/bin/tgswitch

0 commit comments

Comments
 (0)