Install earthly in a different manner
This commit is contained in:
@@ -7,8 +7,6 @@ modules:
|
||||
files:
|
||||
- kubectl.repo
|
||||
- google-cloud-sdk.repo
|
||||
# - opentofu.repo
|
||||
- https://pkg.earthly.dev/earthly.repo
|
||||
- https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
- https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
|
||||
group-install:
|
||||
@@ -18,7 +16,6 @@ modules:
|
||||
packages:
|
||||
- cmake
|
||||
- "gcc-c++"
|
||||
- earthly
|
||||
- kubectl
|
||||
- helm
|
||||
- pylsp
|
||||
@@ -59,5 +56,6 @@ modules:
|
||||
- install-codelldb.sh
|
||||
- install-zellij.nu
|
||||
snippets:
|
||||
- wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/bin/earthly && chmod +x /usr/bin/earthly
|
||||
- echo 'iptable_nat' | tee -a /etc/modules-load.d/dagger-setup.conf
|
||||
- from-file: common/docker-engine.yml
|
||||
|
||||
Reference in New Issue
Block a user