Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Zondax/golem


https://github.com/Zondax/golem

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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`