mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-10-31 22:38:49 +00:00
aacdea0c22
last build script refactoring did change the path
12 lines
374 B
YAML
12 lines
374 B
YAML
name: woodpecker-server
|
|
arch: amd64
|
|
platform: linux
|
|
version: ${VERSION_NUMBER}
|
|
description: Woodpecker Server
|
|
homepage: https://github.com/woodpecker-ci/woodpecker
|
|
license: Apache 2.0
|
|
maintainer: Woodpecker Authors <maintainer@woodpecker-ci.org>
|
|
section: daemon/system
|
|
contents:
|
|
- src: ./dist/server/linux_amd64/woodpecker-server
|
|
dst: /usr/local/bin/woodpecker-server
|