ci: output to different architectures instead
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-08-28 11:05:25 +02:00
parent 5256878b9c
commit 7aa4a0ec88
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 14 additions and 3 deletions

View file

@ -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