wireguird/.github/workflows/linux-x64-build.yml
2024-11-01 22:55:36 +01:00

24 lines
521 B
YAML

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