Update setup to be main branch
Some checks failed
Build and Package of Parch Linux Docker / build (push) Has been cancelled
Some checks failed
Build and Package of Parch Linux Docker / build (push) Has been cancelled
This commit is contained in:
parent
2d835f95f5
commit
9fd0447ba0
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ name: Build and Package of Parch Linux Docker
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -25,7 +24,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create non-root builder user
|
- name: Create non-root builder user
|
||||||
run: |
|
run: |
|
||||||
sudo useradd -m builder || true
|
id builder || sudo useradd -m builder
|
||||||
echo 'builder ALL=(ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/builder
|
echo 'builder ALL=(ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/builder
|
||||||
|
|
||||||
- name: Run make clean all as non-root
|
- name: Run make clean all as non-root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue