From da2da3c89d8fc45c67319dd1454ed8eb652fd127 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 11 Apr 2024 20:00:51 +0000 Subject: [PATCH] backport of commit 623ba9eea5e2edab5a13f15f309c21bfa6dec086 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fced12f1..0cc4a511d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: arch: ${{ matrix.goarch }} reproducible: report instructions: |- - cp LICENSE.txt "$TARGET_DIR/" + cp LICENSE "$TARGET_DIR/LICENSE.txt" go build -o "$BIN_PATH" -ldflags="$LD_FLAGS" -trimpath -buildvcs=false build-linux: @@ -159,7 +159,7 @@ jobs: arch: ${{ matrix.goarch }} reproducible: report instructions: |- - cp LICENSE.txt "$TARGET_DIR/" + cp LICENSE "$TARGET_DIR/LICENSE.txt" go build -o "$BIN_PATH" -ldflags="$LD_FLAGS" -trimpath -buildvcs=false - name: Copy license file to config_dir @@ -229,7 +229,7 @@ jobs: arch: ${{ matrix.goarch }} reproducible: report instructions: |- - cp LICENSE.txt "$TARGET_DIR/" + cp LICENSE "$TARGET_DIR/LICENSE.txt" go build -o "$BIN_PATH" -ldflags="$LD_FLAGS" -tags netcgo -trimpath -buildvcs=false build-docker-light: