mirror of
https://github.com/UnnoTed/wireguird
synced 2024-11-24 10:35:29 +00:00
Compare commits
15 Commits
a632c12bfb
...
4f614e5b5a
Author | SHA1 | Date | |
---|---|---|---|
|
4f614e5b5a | ||
|
719a49c6fd | ||
|
d0186d06ee | ||
|
d36d1f7880 | ||
|
4363b63269 | ||
|
dcaa2677b0 | ||
|
26e793a336 | ||
|
2082206220 | ||
|
d35b1af9e9 | ||
|
71ef1b0bc8 | ||
|
55b2bbdd99 | ||
|
a459e98f9a | ||
|
1c87580763 | ||
|
4e5a814485 | ||
|
0684849487 |
23
.github/workflows/linux-x64-build.yml
vendored
Normal file
23
.github/workflows/linux-x64-build.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -16,4 +16,7 @@
|
||||
|
||||
./wireguird
|
||||
./wireguird.glade~
|
||||
./wireguird.settings
|
||||
./wireguird.settings
|
||||
|
||||
# Artifacts
|
||||
build/
|
||||
|
Loading…
Reference in New Issue
Block a user