FIX CI 4
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m0s Details

This commit is contained in:
ITmodulo 2024-02-21 01:40:02 +01:00
parent c5f18b59ee
commit 0ec988ecc5
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up environment and users
run: |
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 -h /home/runner
addgroup -g 1001 runner
addgroup runner abuild
addgroup runner runner
@ -37,7 +37,7 @@ jobs:
su - runner -c 'wget -q https://static.itmodulo.eu/dl/repo/public_keys/alpine/itmodulo%40disroot.org-65b4f779.rsa.pub -P ~/.abuild/'
echo "${{ secrets.REPO_PRIVKEY }}" > /home/runner/.abuild/${{ secrets.REPO_PRIVKEY_FILENAME }} && chown runner:runner /home/runner/.abuild/${{ secrets.REPO_PRIVKEY_FILENAME }}
su - runner -c "echo 'PACKAGER_PRIVKEY="/home/runner/.abuild/${{ secrets.REPO_PRIVKEY_FILENAME }}"' >> ~/.abuild/abuild.conf"
mv srcpkgs /home/runner && chown -R runner:runner /home/runner/srcpkgs
cp srcpkgs /home/runner && chown -R runner:runner /home/runner/srcpkgs
- name: Determine packages to build
run: |
su - runner -c "curl --silent https://static.itmodulo.eu/dl/repo/alpine/latest-stable/main/aarch64/ | pup 'a text{}' | grep \.apk > /home/runner/repo.txt"