Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zondax/golem
https://github.com/Zondax/golem
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Zondax/golem
- Owner: Zondax
- License: apache-2.0
- Created: 2023-03-09T20:03:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T01:00:47.000Z (about 2 months ago)
- Last Synced: 2024-10-29T01:34:06.726Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 661 KB
- Stars: 4
- Watchers: 9
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.earthly.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - Zondax/golem - (Go)
README
# Building earthly containers
## Install earthly
Install earthly from [here](https://earthly.dev/get-earthly)
## Running
If you have WARP access, you can speed up your builds by defining:
```bash
export EARTHLY_BUILDKIT_HOST := tcp://buildkit.zondax.dev:8372
```To build `earthly --ci +all`
To push `earthly --ci --push +all`