verbose and test

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-02-03 16:34:13 +01:00
parent 062b9a5611
commit 9cedc2942b
No known key found for this signature in database
2 changed files with 14 additions and 14 deletions

View File

@ -20,6 +20,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run goreleaser - name: Run goreleaser
run: nix develop --command -- goreleaser release --clean run: nix develop --command -- goreleaser release --clean --verbose
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -14,15 +14,15 @@ builds:
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
targets: targets:
- darwin_amd64 # - darwin_amd64
- darwin_arm64 # - darwin_arm64
- freebsd_amd64 # - freebsd_amd64
- linux_386 # - linux_386
- linux_amd64 - linux_amd64
- linux_arm64 # - linux_arm64
- linux_arm_5 # - linux_arm_5
- linux_arm_6 # - linux_arm_6
- linux_arm_7 # - linux_arm_7
flags: flags:
- -mod=readonly - -mod=readonly
ldflags: ldflags:
@ -86,11 +86,11 @@ kos:
repository: ghcr.io/juanfont/headscale repository: ghcr.io/juanfont/headscale
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/386 # - linux/386
- linux/arm64 # - linux/arm64
- linux/arm/v7 # - linux/arm/v7
- linux/arm/v6 # - linux/arm/v6
- linux/arm/v5 # - linux/arm/v5
tags: tags:
- latest - latest
- '{{.Tag}}' - '{{.Tag}}'