FIX CI 4
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m0s
Details
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 1m0s
Details
This commit is contained in:
parent
c5f18b59ee
commit
0ec988ecc5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue