ci: output to different architectures instead
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5256878b9c
commit
7aa4a0ec88
2 changed files with 14 additions and 3 deletions
9
PKGBUILD
9
PKGBUILD
|
|
@ -4,7 +4,12 @@ pkgname=jjr-st
|
|||
pkgver=0.8.8
|
||||
pkgrel=2
|
||||
pkgdesc="My build of the st terminal"
|
||||
arch=("x86_64" "aarch64")
|
||||
arch=(
|
||||
"x86_64"
|
||||
"x86_64_tigerlake"
|
||||
"x86_64_skylake"
|
||||
"aarch64"
|
||||
)
|
||||
|
||||
url="https://git.rustybever.be/Chewing_Bever/st"
|
||||
license=("MIT")
|
||||
|
|
@ -50,3 +55,5 @@ package() {
|
|||
# install $installopts "$docdir" README.terminfo.rst
|
||||
# install $installopts "$shrdir/$pkgname" "$_sourcedir/st.info"
|
||||
}
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue