This commit is contained in:
Adam Shamblin 2022-11-17 20:35:56 -07:00
parent 4c107f24be
commit 53c259df27
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

@ -3,7 +3,6 @@ variables:
CNI_MTU: 1500
BUILDKIT_HOST: tcp://veilid-runner-1:8372
EARTHLY_EXEC_CMD: "/bin/sh"
EARTHLY_NO_CACHE: true
earthly:
stage: build
@ -12,4 +11,4 @@ earthly:
- linux
- amd64
script:
- earthly --ci -P +package-linux
- earthly --ci -P --no-cache +package-linux