update salt-build
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
5903852847
commit
28d1acda54
37
.drone.yml
37
.drone.yml
@ -26,7 +26,42 @@ steps:
|
|||||||
base_url: https://git.paulbsd.com
|
base_url: https://git.paulbsd.com
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
files: "out/*.tar.xz"
|
files: "/out/*.tar.xz"
|
||||||
|
environment:
|
||||||
|
PLUGIN_TITLE: ""
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default-amd64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /salt
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: python:latest
|
||||||
|
commands:
|
||||||
|
- apt update && apt install -y wget patchelf
|
||||||
|
- ./install.sh
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
- name: publish
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://git.paulbsd.com
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_token
|
||||||
|
files: "/out/*.tar.xz"
|
||||||
environment:
|
environment:
|
||||||
PLUGIN_TITLE: ""
|
PLUGIN_TITLE: ""
|
||||||
when:
|
when:
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# salt-build
|
# salt-build
|
||||||
|
|
||||||
|
build status: [](https://drone.paulbsd.com/paulbsd/salt-build)
|
||||||
|
|
||||||
## what ?
|
## what ?
|
||||||
|
|
||||||
salt-build is making onedir saltstack builds for linux
|
salt-build is making onedir saltstack builds for linux
|
||||||
|
|
||||||
## how ?
|
## how ?
|
||||||
|
|
||||||
|
## when ?
|
||||||
|
|
||||||
|
asap
|
||||||
|
Loading…
Reference in New Issue
Block a user