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

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

View File

@ -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"
cp srcpkgs /home/runner && chown -R runner:runner /home/runner/srcpkgs
cp -r 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"