Compare commits

...

15 Commits

Author SHA1 Message Date
Alexander Bejarano
4f614e5b5a
Update linux-x64-build.yml 2024-11-01 22:55:36 +01:00
Alexander Bejarano
719a49c6fd
Update linux-x64-build.yml 2024-11-01 22:45:30 +01:00
Alexander Bejarano
d0186d06ee
Update linux-x64-build.yml 2024-11-01 22:20:55 +01:00
Alexander Bejarano
d36d1f7880
Update linux-x64-build.yml 2024-11-01 22:16:13 +01:00
Alexander Bejarano
4363b63269
Update linux-x64-build.yml 2024-11-01 22:11:26 +01:00
Alexander Bejarano
dcaa2677b0
Update .gitignore 2024-11-01 22:03:40 +01:00
Alexander Bejarano
26e793a336
Update linux-x64-build.yml 2024-11-01 21:53:56 +01:00
Alexander Bejarano
2082206220
Update .gitignore
ignore dist/
2024-11-01 21:45:45 +01:00
Alexander Bejarano
d35b1af9e9
Update linux-x64-build.yml 2024-11-01 21:29:34 +01:00
Alexander Bejarano
71ef1b0bc8
Update linux-x64-build.yml 2024-11-01 21:17:47 +01:00
Alexander Bejarano
55b2bbdd99
Update linux-x64-build.yml 2024-11-01 21:15:57 +01:00
Alexander Bejarano
a459e98f9a
Update linux-x64-build.yml
added dependencies
2024-11-01 21:14:56 +01:00
Alexander Bejarano
1c87580763
Update linux-x64-build.yml 2024-11-01 21:10:16 +01:00
Alexander Bejarano
4e5a814485
Update linux-x64-build.yml 2024-11-01 21:07:29 +01:00
Alexander Bejarano
0684849487
Create linux-x64-build.yml 2024-11-01 21:04:16 +01:00
2 changed files with 27 additions and 1 deletions

23
.github/workflows/linux-x64-build.yml vendored Normal file
View 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
View File

@ -16,4 +16,7 @@
./wireguird
./wireguird.glade~
./wireguird.settings
./wireguird.settings
# Artifacts
build/