mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Merge branch 'doc-reorg-v1' of https://github.com/juanfont/headscale into doc-reorg-v1
This commit is contained in:
commit
73e4d38670
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user