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