update build container
Build/Publish XBPS / build-and-publish (push) Successful in 16s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 16s
Details
This commit is contained in:
parent
7faa6813ef
commit
32abdd875d
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: git.snaile.de/snailed/xbps-builder:2024.46.1156@sha256:c69bcb9da724a31d9c1fff36fa6dc8f363b2d9f2470d3ec7887a0905c84b66ea
|
container: git.snaile.de/snailed/xbps-builder:2024.0418.1149
|
||||||
env:
|
env:
|
||||||
LICENSE: "GPL-2.0"
|
LICENSE: "GPL-2.0"
|
||||||
SHORT_DESCRIPTION: "Customized st"
|
SHORT_DESCRIPTION: "Customized st"
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
cd st-final && make clean install DESTDIR="${GITHUB_WORKSPACE}/pkg" PREFIX="/usr"
|
cd st-final && make clean install DESTDIR="${GITHUB_WORKSPACE}/pkg" PREFIX="/usr"
|
||||||
|
|
||||||
- name: Create package
|
- name: Create package
|
||||||
run : |
|
run: |
|
||||||
set -xeu
|
set -xeu
|
||||||
export XBPS_TARGET_ARCH=${{ env.ARCH }}
|
export XBPS_TARGET_ARCH=${{ env.ARCH }}
|
||||||
mkdir /target
|
mkdir /target
|
||||||
|
|
Loading…
Reference in New Issue