add buildkit-host

This commit is contained in:
Adam Shamblin 2022-10-29 16:56:58 -06:00
parent 7a544f67a0
commit 7bff43e414
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

@ -7,13 +7,10 @@ variables:
image: earthly/earthly:v0.6.27
before_script:
- earthly bootstrap
earthly:
stage: build
tags:
- linux
- amd64
script:
- earthly --ci --push -P +package-linux
- earthly --ci --push --buildkit-host localhost:8373 -P +package-linux