-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28b5b1b
commit 0372b43
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |