fix group
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m18s
Details
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m18s
Details
This commit is contained in:
parent
22bfaabe60
commit
b59ed5057d
|
@ -6,7 +6,7 @@ on:
|
|||
- release
|
||||
|
||||
jobs:
|
||||
compilation-amd64:
|
||||
compilation-arm64v8:
|
||||
runs-on: arm64v8-alpine-latest-pv
|
||||
steps:
|
||||
- name: Update environment
|
||||
|
@ -21,7 +21,9 @@ jobs:
|
|||
run: |
|
||||
echo "user_allow_other" >> /etc/fuse.conf
|
||||
adduser runner -u 1001 -D -s /bin/bash -G wheel
|
||||
addgroup -g 1001 runner
|
||||
addgroup runner abuild
|
||||
addgroup runner runner
|
||||
chmod 660 /etc/sudoers
|
||||
echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
chmod 440 /etc/sudoers
|
||||
|
|
Loading…
Reference in New Issue