mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
chore: Add arch runner
This commit is contained in:
parent
fcec2c6401
commit
0310c2df7e
21
.github/workflows/release-arch.yml
vendored
Normal file
21
.github/workflows/release-arch.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
on:
|
||||
release:
|
||||
types: [ created ]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: [self-hosted, arch]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: nightly-rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: Build rust package
|
||||
run: makepkg PKGBUILD
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
reset-0-0-x86_64.pkg.tar.zst
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -12,7 +12,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, ubuntu]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||
|
||||
pkgname=reset
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
arch=('x86_64')
|
||||
pkgdir="/usr/bin/${pkgname}"
|
||||
pkgdesc="A wip universal Linux settings application."
|
||||
|
|
BIN
reset-0-0-x86_64.pkg.tar.zst
Normal file
BIN
reset-0-0-x86_64.pkg.tar.zst
Normal file
Binary file not shown.
Loading…
Reference in a new issue