Skip to content

Commit

Permalink
fix: run build as privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 18, 2024
1 parent 7edc0b6 commit f5ac0aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rust/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: "1.0.0"
project: {
name: "rust"
ci: targets: {
build: {
privileged: true
}
release: {
platforms: [
"linux/amd64",
Expand Down

0 comments on commit f5ac0aa

Please sign in to comment.