ci: few changes
This commit is contained in:
parent
de55092ade
commit
c87a3cb7e0
2 changed files with 3 additions and 4 deletions
.woodpecker
|
@ -1,5 +1,8 @@
|
|||
branches: [main]
|
||||
|
||||
when:
|
||||
- path: "agent/src/*"
|
||||
|
||||
matrix:
|
||||
BUILD_TARGET:
|
||||
- aarch64-unknown-linux-gnu
|
||||
|
@ -8,8 +11,6 @@ matrix:
|
|||
steps:
|
||||
build:
|
||||
image: git.nikos.gg/prymn/rust/aarch64:latest
|
||||
# when:
|
||||
# - path: "agent/src/*"
|
||||
commands:
|
||||
- protoc --version
|
||||
- cd agent
|
||||
|
@ -19,8 +20,6 @@ steps:
|
|||
|
||||
release-binaries:
|
||||
image: woodpeckerci/plugin-s3
|
||||
# when:
|
||||
# - path: "agent/src/*"
|
||||
settings:
|
||||
bucket: prymn-static
|
||||
endpoint: https://75178f9eca227dea51b3db4db2c15a5a.r2.cloudflarestorage.com
|
Loading…
Reference in a new issue