From 28d1acda540b9ccd7a7b0f57b67eb8eadd83733c Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 13 Sep 2025 21:28:35 +0200 Subject: [PATCH] update salt-build --- .drone.yml | 37 ++++++++++++++++++++++++++++++++++++- README.md | 4 ++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index efa166a..319ccb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,42 @@ steps: base_url: https://git.paulbsd.com api_key: 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: PLUGIN_TITLE: "" when: diff --git a/README.md b/README.md index 2a87551..2ecddeb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # salt-build +build status: [![Build Status](https://drone.paulbsd.com/api/badges/paulbsd/salt-build/status.svg)](https://drone.paulbsd.com/paulbsd/salt-build) + ## what ? salt-build is making onedir saltstack builds for linux ## how ? +## when ? +asap