2021-11-26 14:54:38 +00:00
|
|
|
variables:
|
2022-11-22 22:16:53 +00:00
|
|
|
NO_DOCKER: 1
|
|
|
|
FORCE_COLOR: 1
|
|
|
|
EARTHLY_EXEC_CMD: "/bin/sh"
|
2021-11-26 14:54:38 +00:00
|
|
|
|
2021-11-24 21:49:13 +00:00
|
|
|
|
2022-11-22 22:16:53 +00:00
|
|
|
before_script:
|
|
|
|
- earthly bootstrap
|
2021-12-05 20:22:28 +00:00
|
|
|
|
2022-11-22 22:16:53 +00:00
|
|
|
earthly:
|
2021-12-05 20:22:28 +00:00
|
|
|
stage: build
|
2022-11-22 22:16:53 +00:00
|
|
|
image: earthly/earthly:v0.6.30
|
2021-12-05 20:22:28 +00:00
|
|
|
tags:
|
|
|
|
- linux
|
|
|
|
- amd64
|
2021-11-24 21:49:13 +00:00
|
|
|
script:
|
2022-11-22 22:16:53 +00:00
|
|
|
- earthly --ci -P +package-linux
|