mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI[ Try to get ARM64.
This commit is contained in:
parent
d99b827d5c
commit
cb70d599bf
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ name: Builds static Parsee for a release.
|
|||
on: [release, workflow_dispatch]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: amd64-debian
|
||||
runs-on: [amd64-debian,arm64-debian,debian]
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
cd parsee
|
||||
echo "NAM=parsee-$(uname)-$(uname -m).tar.gz" >> $GITHUB_ENV
|
||||
tar -czvf $PWD/bins.tar.gz $PWD/bins
|
||||
tar -czvf bins.tar.gz bins
|
||||
echo "DIR=$PWD/bins.tar.gz" >> $GITHUB_ENV
|
||||
- name: Upload it all(as a ZIP of a .TGZ)
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: Checks Parsee's correctness on GCC+Debian
|
|||
on: [push]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: amd64-debian
|
||||
runs-on: [amd64-debian,arm64-debian,debian]
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue