From 051ddd86010b70bdbc13f5e2d21542dc83980942 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Thu, 17 Feb 2022 14:24:48 +0100 Subject: [PATCH] added debug for goreleaser --- .github/workflows/cicd.yml | 2 +- .goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1d71aad05..e011850f5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -308,7 +308,7 @@ jobs: uses: goreleaser/goreleaser-action@v2 with: version: ${{ env.GORELEASER_VER }} - args: release --rm-dist + args: release --rm-dist --debug env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FURY_TOKEN: ${{ secrets.FURYPUSHTOKEN }} diff --git a/.goreleaser.yml b/.goreleaser.yml index ecc59f2fe..32436fc28 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,7 +9,7 @@ builds: - CGO_ENABLED=0 flags: - -trimpath - - -tags="podman exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_overlay containers_image_openpgp" + - -tags=podman exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper exclude_graphdriver_overlay containers_image_openpgp ldflags: - -s -w -X github.com/srl-labs/containerlab/cmd.version={{.Version}} -X github.com/srl-labs/containerlab/cmd.commit={{.ShortCommit}} -X github.com/srl-labs/containerlab/cmd.date={{.Date}} goos: