Skip to content

Commit ffdb3ff

Browse files
yroblataskbotdmjb
authored
remove GOARCH env var from go template (#1906)
fix go template to properly find binaries inside folders It needed to remove the GOARCH env var Closes: #1700 Co-authored-by: taskbot <taskbot@users.noreply.github.com> Co-authored-by: Don Browne <dmjb@users.noreply.github.com>
1 parent d15faf0 commit ffdb3ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/container/templates/go.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN mkdir -p /usr/local/share/ca-certificates && \
2323
# Set environment variables for better performance in containers
2424
ENV CGO_ENABLED=0 \
2525
GOOS=linux \
26-
GOARCH=amd64 \
2726
GO111MODULE=on
2827

2928
# Set working directory

0 commit comments

Comments
 (0)