refresh
Some checks are pending
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Waiting to run
Some checks are pending
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Waiting to run
This commit is contained in:
parent
27b1358918
commit
4355d79c91
6 changed files with 34 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: 'Release Alpine apk for ARM64v8'
|
name: "Release Alpine apk for ARM64v8"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compilation-arm64v8:
|
compilation-arm64v8:
|
||||||
runs-on: arm64v8-alpine-latest-pv
|
runs-on: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Select faster mirror and add tools
|
- name: Select faster mirror and add tools
|
||||||
shell: sh
|
shell: sh
|
||||||
|
@ -42,7 +42,6 @@ jobs:
|
||||||
- name: Compile in sequence
|
- name: Compile in sequence
|
||||||
run: |
|
run: |
|
||||||
mv srcpkgs /home/runner && chown -R runner:runner /home/runner/srcpkgs
|
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
|
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'
|
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
|
- name: Mount and upload
|
||||||
|
|
Loading…
Add table
Reference in a new issue