Merge branch 'doc-reorg-v1' of https://github.com/juanfont/headscale into doc-reorg-v1

This commit is contained in:
Juan Font Alonso 2021-10-21 21:01:57 +02:00
commit 73e4d38670

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