Install earthly 0.7

This commit is contained in:
Gerald Pinder
2024-01-27 16:02:45 -05:00
parent 55c9c46d60
commit 61ac49c945
3 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
VERSION=v0.7.23
wget -q https://github.com/earthly/earthly/releases/download/$VERSION/earthly-linux-amd64 -O /usr/bin/earthly
chmod +x /usr/bin/earthly