Skip to content

Commit

Permalink
feat: add blueprint for tgswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ authored Jun 4, 2024
1 parent 28b5b1b commit 0372b43
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blueprints/devops/tgswitch/ops2deb.lock.yml
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
23 changes: 23 additions & 0 deletions blueprints/devops/tgswitch/ops2deb.yml
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

0 comments on commit 0372b43

Please sign in to comment.