Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 371 Bytes

README.earthly.md

File metadata and controls

17 lines (11 loc) · 371 Bytes

Building earthly containers

Install earthly

Install earthly from here

Running

If you have WARP access, you can speed up your builds by defining:

export EARTHLY_BUILDKIT_HOST=tcp://buildkit.zondax.dev:8372
earthly config global.tls_enabled false

To build earthly --ci +all To push earthly --ci --push +all