mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 15:57:46 +02:00
chore: Add arch runner
This commit is contained in:
parent
fcec2c6401
commit
0310c2df7e
4 changed files with 24 additions and 3 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue