From 416b5c7d136b1bcb6a9922f50ea79af60202613e Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 26 Sep 2022 23:54:03 -0400 Subject: [PATCH] Fix Linux 32 bits build --- .github/workflows/pipeline.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 12b01d0f0d3..de460cb7596 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -141,7 +141,7 @@ jobs: - name: Run GoReleaser - SNAPSHOT if: startsWith(github.ref, 'refs/tags/') != true - uses: docker://deluan/ci-goreleaser:1.19.1-1 + uses: docker://deluan/ci-goreleaser:1.19.1-2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -149,7 +149,7 @@ jobs: - name: Run GoReleaser - RELEASE if: startsWith(github.ref, 'refs/tags/') - uses: docker://deluan/ci-goreleaser:1.19.1-1 + uses: docker://deluan/ci-goreleaser:1.19.1-2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/Makefile b/Makefile index 1051b6e709b..d772c75abf9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GIT_SHA=source_archive GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD))) endif -CI_RELEASER_VERSION=1.19.1-1 ## https://github.com/navidrome/ci-goreleaser +CI_RELEASER_VERSION=1.19.1-2 ## https://github.com/navidrome/ci-goreleaser setup: check_env download-deps setup-git ##@1_Run_First Install dependencies and prepare development environment @echo Downloading Node dependencies...