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
|
- release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compilation-amd64:
|
compilation-arm64v8:
|
||||||
runs-on: arm64v8-alpine-latest-pv
|
runs-on: arm64v8-alpine-latest-pv
|
||||||
steps:
|
steps:
|
||||||
- name: Update environment
|
- name: Update environment
|
||||||
|
@ -21,7 +21,9 @@ jobs:
|
||||||
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 1001 -D -s /bin/bash -G wheel
|
||||||
|
addgroup -g 1001 runner
|
||||||
addgroup runner abuild
|
addgroup runner abuild
|
||||||
|
addgroup runner runner
|
||||||
chmod 660 /etc/sudoers
|
chmod 660 /etc/sudoers
|
||||||
echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
|
echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
chmod 440 /etc/sudoers
|
chmod 440 /etc/sudoers
|
||||||
|
|
Loading…
Reference in New Issue