From afd480083bf41c744dc633b255e3e005efa72840 Mon Sep 17 00:00:00 2001 From: Raimo Radczewski Date: Sat, 25 May 2024 16:35:27 +0200 Subject: [PATCH] chore: Build other platforms --- Dockerfile | 2 +- smoke.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdd84c6..b14ccdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN go mod download COPY Makefile *.go ./ COPY internal internal -RUN make test trunkver_linux_amd64 spec "VERSION=${VERSION}" +RUN make test out/trunkver_linux_amd64 spec "VERSION=${VERSION}" # Can't be scratch because we need sh and tee for the Github Action # so we can write the trunkver to GITHUB_OUTPUT diff --git a/smoke.yaml b/smoke.yaml index 59cdffa..8d6203b 100644 --- a/smoke.yaml +++ b/smoke.yaml @@ -1,5 +1,5 @@ command: - - trunkver_linux_amd64 + - ./out/trunkver_linux_amd64 - --timestamp - "2024-05-22T16:25:48+02:00"