mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-19 23:36:04 -04:00
wip
This commit is contained in:
parent
6aae099391
commit
db91e0fa52
@ -10,5 +10,5 @@ earthly:
|
||||
- linux
|
||||
- amd64
|
||||
script:
|
||||
- earthly --ci -P --no-cache +package-linux
|
||||
- earthly --ci -P --no-cache -i +package-linux
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
docker run -d --restart always \
|
||||
--privileged \
|
||||
--name earthly-buildkit \
|
||||
--hostname earthly-buildkit \
|
||||
--network host \
|
||||
-t -p 8372:8372 \
|
||||
-v earthly-tmp:/tmp/earthly:rw \
|
||||
|
@ -5,6 +5,7 @@ install () {
|
||||
docker run -d --name gitlab-runner --restart always \
|
||||
-v /srv/gitlab-runner/config:/etc/gitlab-runner \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
--hostname="gitlab-runner" \
|
||||
--network="host" \
|
||||
gitlab/gitlab-runner:latest
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user