mirror of
https://github.com/UnnoTed/wireguird
synced 2025-03-12 21:45:30 +00:00
Merge 039101e6d6
into 6dac3cd878
This commit is contained in:
commit
1e0bcab699
22
.github/workflows/linux-x64-build.yml
vendored
Normal file
22
.github/workflows/linux-x64-build.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: linux 64 bit build
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- name: Get code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go
|
||||||
|
- name: Compile
|
||||||
|
run: |
|
||||||
|
./package.sh
|
||||||
|
- name: Artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: artifacts
|
||||||
|
path: |
|
||||||
|
build
|
Loading…
Reference in New Issue
Block a user