Merge branch 'main' of gitlab.hackers.town:veilid/veilid into dev

This commit is contained in:
John Smith 2023-02-23 20:42:08 -05:00
commit ed8703e507

View File

@ -4,15 +4,33 @@ variables:
EARTHLY_EXEC_CMD: "/bin/sh"
GIT_SUBMODULE_STRATEGY: normal
stages:
- linux-amd64
- linux-arm64
before_script:
- earthly bootstrap
earthly:
stage: build
earthly-amd64:
stage: linux-amd64
only:
- main
- merge_requests
image: earthly/earthly:v0.6.30
tags:
- linux
- amd64
script:
- earthly --ci -P +package-linux
- earthly --ci -P +package-linux-amd64
earthly-arm64:
stage: linux-arm64
only:
- main
- merge_requests
image: earthly/earthly:v0.6.30
tags:
- linux
- amd64
script:
- earthly --ci -P +package-linux-arm64