Skip to content

Commit 88a9b73

Browse files
author
Thomas Delbende
committed
Update goreleaser
1 parent 89c117a commit 88a9b73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM --platform=$BUILDPLATFORM alpine:3.20 AS build
99
ARG TARGETARCH
1010

1111
COPY dist/glouton_linux_amd64_v1/glouton /glouton.amd64
12-
COPY dist/glouton_linux_arm64/glouton /glouton.arm64
12+
COPY dist/glouton_linux_arm64_v8.0/glouton /glouton.arm64
1313
COPY dist/glouton_linux_arm_6/glouton /glouton.arm
1414

1515
RUN cp -p /glouton.$TARGETARCH /glouton

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
GORELEASER_VERSION="v2.3.2"
5+
GORELEASER_VERSION="v2.4.5"
66
USER_UID=$(id -u)
77

88
rm -fr work

packaging/windows/generate_installer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
if [ ! -f "dist/glouton_windows_amd64_v1/glouton.exe" -o ! -f "dist/glouton_windows_386/glouton.exe" ]
5+
if [ ! -f "dist/glouton_windows_amd64_v1/glouton.exe" -o ! -f "dist/glouton_windows_386_sse2/glouton.exe" ]
66
then
77
echo "Source executables not found. Please run goreleaser on the project prior to launching this script"
88
exit 1

0 commit comments

Comments
 (0)