refresh
Some checks are pending
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Waiting to run

This commit is contained in:
ITmodulo 2025-02-08 03:35:32 +01:00
parent 27b1358918
commit 4355d79c91
6 changed files with 34 additions and 35 deletions

View file

@ -1,4 +1,4 @@
name: 'Release Alpine apk for ARM64v8'
name: "Release Alpine apk for ARM64v8"
on:
push:
@ -7,7 +7,7 @@ on:
jobs:
compilation-arm64v8:
runs-on: arm64v8-alpine-latest-pv
runs-on: alpine:latest
steps:
- name: Select faster mirror and add tools
shell: sh
@ -42,7 +42,6 @@ jobs:
- name: Compile in sequence
run: |
mv srcpkgs /home/runner && chown -R runner:runner /home/runner/srcpkgs
su - runner -c 'export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"; cd srcpkgs/hunspell-pl; abuild -r'
echo "/home/runner/packages/srcpkgs" >> /etc/apk/repositories
su - runner -c 'export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"; cd srcpkgs; for i in $(ls ./ | grep -v hunspell-pl); do cd $i && abuild -r; cd .. ; done'
- name: Mount and upload