Switched to multi-platform build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2022-04-07 21:15:30 +02:00
parent 6f9d603bf5
commit 6ff3b518d8
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -1,15 +1,20 @@
matrix:
PLATFORM:
- linux/amd64
- linux/arm64
branches: master
platform: linux/amd64
platform: ${PLATFORM}
when:
event: push
pipeline:
build:
image: 'archlinux:latest'
image: 'menci/archlinuxarm:base-devel'
commands:
# Update packages
- pacman -Syu --needed --noconfirm base-devel
- pacman -Syu --noconfirm
# Create non-root user to perform build & switch to their home
- groupadd -g 1000 builder
- useradd -mg builder builder
@ -23,6 +28,6 @@ pipeline:
image: 'archlinux:latest'
commands:
# Publish the package
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/publish'
- 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch.r8r.be/jjr/publish'
secrets:
- api_key