mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-21 18:13:30 +01:00
only build for linux
This commit is contained in:
parent
46e700aba8
commit
54c83fcee0
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
settings:
|
||||
repo: ellpeck/woodpecker-nextcloud-upload
|
||||
dockerfile: nextcloud-upload/Dockerfile
|
||||
platforms: windows/amd64, darwin/amd64, darwin/arm64, freebsd/amd64, linux/amd64, linux/arm64/v8
|
||||
platforms: linux/amd64, linux/arm/v7, linux/arm64/v8
|
||||
tags: latest, ${CI_COMMIT_SHA}
|
||||
username: ellpeck
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue