Create linux-x64-build.yml

This commit is contained in:
Alexander Bejarano 2024-11-01 21:04:16 +01:00 committed by GitHub
parent a632c12bfb
commit 0684849487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.github/workflows/linux-x64-build.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: linux 64 bit build
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: get code
- uses: actions/checkout@v4
- name: install dependencies
- run: |
apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go