Signed-off-by: Jochen Maes <jochen@sejo-it.be>
This commit is contained in:
parent
f414145b2e
commit
406fcd553e
@ -4,6 +4,9 @@ name: "Wimi builder"
|
|||||||
platform:
|
platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
temp: {}
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:1.73
|
image: rust:1.73
|
||||||
@ -20,3 +23,6 @@ steps:
|
|||||||
repo: SeJo-IT/wimi
|
repo: SeJo-IT/wimi
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
Loading…
Reference in New Issue
Block a user