👷 pacco
This commit is contained in:
parent
a58b3cfbfc
commit
22a2ddd302
2 changed files with 17 additions and 6 deletions
|
@ -1,16 +1,23 @@
|
|||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: "PKGBUILD"
|
||||
image: git.hydrar.de/jmarya/pacco-build:latest
|
||||
image: git.hydrar.de/jmarya/pacco:latest
|
||||
commands:
|
||||
- pacman -Syu --noconfirm
|
||||
- buildpkg navos x86_64 pac.hydrar.de "$TOKEN" "$KEY"
|
||||
- pacco build --ci --push navos
|
||||
environment:
|
||||
TOKEN:
|
||||
PACCO_HOST: "https://pac.hydrar.de"
|
||||
PACCO_TOKEN:
|
||||
from_secret: pacco_token
|
||||
KEY:
|
||||
SIGN_KEY:
|
||||
from_secret: sign_key
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@ name = "bk"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "bk"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.39"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue