acl: all users can build on x86-64 linux and aarch64 linux =)
This commit is contained in:
parent
d4ab0ad868
commit
a4dc3d020b
|
@ -39,7 +39,8 @@ impl ACL {
|
|||
} else if self.can_build_restricted(user, repo) {
|
||||
vec![System::X8664Linux, System::Aarch64Linux]
|
||||
} else {
|
||||
vec![]
|
||||
// allow everybody to issue aarch64-linux and x8664-linux builds
|
||||
vec![System::X8664Linux, System::Aarch64Linux]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue