Update release_arm64v8.yml
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled
This commit is contained in:
parent
0bc369d45e
commit
dccd6e9740
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ jobs:
|
||||||
- name: Set up environment and users
|
- name: Set up environment and users
|
||||||
run: |
|
run: |
|
||||||
echo "user_allow_other" >> /etc/fuse.conf
|
echo "user_allow_other" >> /etc/fuse.conf
|
||||||
adduser runner -u 1001 -D -s /bin/bash -G wheel
|
adduser runner -u 1003 -D -s /bin/bash -G wheel
|
||||||
addgroup -g 1001 runner
|
addgroup -g 1003 runner
|
||||||
addgroup runner abuild
|
addgroup runner abuild
|
||||||
addgroup runner runner
|
addgroup runner runner
|
||||||
chmod 660 /etc/sudoers
|
chmod 660 /etc/sudoers
|
||||||
|
|
Loading…
Add table
Reference in a new issue