Verify ssh keys; stop building for armv7
ci/woodpecker/push/woodpecker Pipeline was successful Details

Jef Roosens 2022-04-17 18:05:06 +02:00
parent 56597ba354
commit 38cceeafe5
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ pipeline:
# Configure git credentials
- git config --global user.email 'vbot@rustybever.be'
- git config --global user.name 'vbot'
# Verify SSH keys
- ssh-keyscan git.rustybever.be > ~/.ssh/known_hosts
# The following is copied over from the official repo's CI
# https://github.com/vlang/v/blob/master/.github/workflows/gen_vc.yml
@ -52,7 +54,7 @@ pipeline:
repo: chewingbever/vlang
tag: latest
dockerfile: Dockerfile.builder
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
platforms: [ linux/arm64/v8, linux/amd64 ]
# The build can run every time, because we should only push when there's
# actual changes
when: