diff --git a/.gitea/workflows/release_arm64v8.yml b/.gitea/workflows/release_arm64v8.yml index f86eac7..ba15afe 100644 --- a/.gitea/workflows/release_arm64v8.yml +++ b/.gitea/workflows/release_arm64v8.yml @@ -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