fix group
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m18s Details

This commit is contained in:
ITmodulo 2024-01-27 19:34:09 +01:00
parent 22bfaabe60
commit b59ed5057d
1 changed files with 3 additions and 1 deletions

View File

@ -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