1
Fork 0

Fix unprivileged task

This commit is contained in:
Lucas Schwiderski 2024-08-24 11:44:32 +02:00
parent 1df357caa9
commit e8c4f2bc89
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -22,6 +22,7 @@
steps:
- task: build-rust-xwin
file: repo/tasks/build-image.yml
privileged: true
vars:
context: repo/images/rust-xwin
target: rust-xwin
@ -30,6 +31,7 @@
image: image-rust-xwin
- task: build-rust-xwin-ci
file: repo/tasks/build-image.yml
privileged: true
vars:
context: repo/images/rust-xwin
target: rust-xwin-ci