fix(ci): use old platform
parent
d3cb29b52e
commit
d23227dd0b
|
@ -1,37 +0,0 @@
|
||||||
matrix:
|
|
||||||
PLATFORM:
|
|
||||||
- 'linux/amd64'
|
|
||||||
# - linux/arm64
|
|
||||||
|
|
||||||
labels:
|
|
||||||
platform: ${PLATFORM}
|
|
||||||
|
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
skip_clone: true
|
|
||||||
|
|
||||||
steps:
|
|
||||||
build:
|
|
||||||
image: 'menci/archlinuxarm:base-devel'
|
|
||||||
pull: true
|
|
||||||
commands:
|
|
||||||
- echo -e '[bur]\nServer = https://arch.r8r.be/$repo/$arch\nSigLevel = Optional' >> /etc/pacman.conf
|
|
||||||
# Update packages
|
|
||||||
- pacman -Syu --noconfirm
|
|
||||||
# Create non-root user to perform build & switch to their home
|
|
||||||
- groupadd -g 1000 builder
|
|
||||||
- useradd -mg builder builder
|
|
||||||
- chown -R builder:builder "$PWD"
|
|
||||||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
|
||||||
- su builder
|
|
||||||
- curl -OL "https://git.rustybever.be/Chewing_Bever/alex/raw/tag/$CI_COMMIT_TAG/PKGBUILD"
|
|
||||||
- makepkg -s --noconfirm --needed
|
|
||||||
|
|
||||||
publish:
|
|
||||||
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/bur/publish; done'
|
|
||||||
secrets:
|
|
||||||
- vieter_api_key
|
|
|
@ -1,5 +1,4 @@
|
||||||
labels:
|
platform: 'linux/amd64'
|
||||||
platform: 'linux/amd64'
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
labels:
|
platform: 'linux/amd64'
|
||||||
platform: 'linux/amd64'
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -3,8 +3,7 @@ matrix:
|
||||||
- 'linux/amd64'
|
- 'linux/amd64'
|
||||||
- 'linux/arm64'
|
- 'linux/arm64'
|
||||||
|
|
||||||
labels:
|
platform: ${PLATFORM}
|
||||||
platform: ${PLATFORM}
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
Loading…
Reference in New Issue