This commit is contained in:
Adam Shamblin 2022-11-06 15:30:54 -07:00
parent 74cc753652
commit 4c994e24b2
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

@ -1,3 +1,6 @@
variables:
NO_DOCKER: 1
earthly:
stage: build
image: earthly/earthly:v0.6.28
@ -5,4 +8,4 @@ earthly:
- linux
- amd64
script:
- earthly --ci --buildkit_host tcp://earthly-buildkit:8372 -e NO_DOCKER=1 --allow-privileged +package-linux
- earthly --ci --buildkit_host tcp://earthly-buildkit:8372 --allow-privileged +package-linux