File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM --platform=$BUILDPLATFORM alpine:3.20 AS build
9
9
ARG TARGETARCH
10
10
11
11
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
13
13
COPY dist/glouton_linux_arm_6/glouton /glouton.arm
14
14
15
15
RUN cp -p /glouton.$TARGETARCH /glouton
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- GORELEASER_VERSION=" v2.3.2 "
5
+ GORELEASER_VERSION=" v2.4.5 "
6
6
USER_UID=$( id -u)
7
7
8
8
rm -fr work
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
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" ]
6
6
then
7
7
echo " Source executables not found. Please run goreleaser on the project prior to launching this script"
8
8
exit 1
You can’t perform that action at this time.
0 commit comments