1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

Merge branch 'main' into doc-reorg-v1

This commit is contained in:
Juan Font 2021-10-21 20:55:48 +02:00 committed by GitHub
commit 0a6a67da85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc-aarch64-linux-gnu
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2