mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Add arch linux
This commit is contained in:
17
Packaging/Linux/build-arch.sh
Normal file
17
Packaging/Linux/build-arch.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
cd /home/build
|
||||
mkdir x86_64
|
||||
cd x86_64
|
||||
cp ../PKGBUILD
|
||||
makepkg
|
||||
curl --user tesses50:$GITEA_AUTH \
|
||||
--upload-file *.pkg.tar.zst \
|
||||
https://git.tesseslanguage.com/api/packages/tesses50/arch/core
|
||||
cd ..
|
||||
mkdir powerpc
|
||||
cd powerpc
|
||||
cp ../PKGBUILD .
|
||||
CARCH=powerpc CMAKE_TOOLCHAIN=/opt/cross/ppc/toolchain.cmake makepkg
|
||||
curl --user tesses50:$GITEA_AUTH \
|
||||
--upload-file *.pkg.tar.zst \
|
||||
https://git.tesseslanguage.com/api/packages/tesses50/arch/core
|
||||
Reference in New Issue
Block a user