Vieter releases are now also aarch64

main^2
Jef Roosens 2022-04-07 22:01:59 +02:00
parent 0617c9b904
commit ffd83eeb18
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 8 additions and 3 deletions

View File

@ -1,9 +1,14 @@
platform: linux/amd64
matrix:
PLATFORM:
- linux/amd64
- linux/arm64
platform: ${PLATFORM}
branches: [dev]
pipeline:
build:
image: 'archlinux:base-devel'
image: 'menci/archlinuxarm:base-devel'
commands:
# Update packages
- pacman -Syu --noconfirm
@ -17,7 +22,7 @@ pipeline:
- makepkg -s --noconfirm --needed
publish:
image: 'archlinux:base-devel'
image: 'curlimages/curl'
commands:
# Publish the package
- 'for pkg in $(ls -1 *.pkg*); do curl -XPOST -T "$pkg" -H "X-API-KEY: $VIETER_API_KEY" https://arch.r8r.be/vieter/publish; done'