Skip to content

Commit

Permalink
chore: Build other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rradczewski committed May 25, 2024
1 parent 18d2dc2 commit afd4800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion smoke.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
command:
- trunkver_linux_amd64
- ./out/trunkver_linux_amd64
- --timestamp
- "2024-05-22T16:25:48+02:00"

Expand Down

0 comments on commit afd4800

Please sign in to comment.