Install earthly in a different manner

This commit is contained in:
Gerald Pinder
2025-08-03 11:53:45 -04:00
parent facb86ea35
commit 10a888a254

View File

@@ -7,8 +7,6 @@ modules:
files: files:
- kubectl.repo - kubectl.repo
- google-cloud-sdk.repo - google-cloud-sdk.repo
# - opentofu.repo
- https://pkg.earthly.dev/earthly.repo
- https://cli.github.com/packages/rpm/gh-cli.repo - https://cli.github.com/packages/rpm/gh-cli.repo
- https://rpm.releases.hashicorp.com/fedora/hashicorp.repo - https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
group-install: group-install:
@@ -18,7 +16,6 @@ modules:
packages: packages:
- cmake - cmake
- "gcc-c++" - "gcc-c++"
- earthly
- kubectl - kubectl
- helm - helm
- pylsp - pylsp
@@ -59,5 +56,6 @@ modules:
- install-codelldb.sh - install-codelldb.sh
- install-zellij.nu - install-zellij.nu
snippets: 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 - echo 'iptable_nat' | tee -a /etc/modules-load.d/dagger-setup.conf
- from-file: common/docker-engine.yml - from-file: common/docker-engine.yml