WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b07e85a

Browse files
committed
Remove old cgo option
This is no longer required Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 43c31db commit b07e85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN VERSION=$(git describe --all --exact-match `git rev-parse HEAD` | grep tags
2525
--ldflags "-s -w \
2626
-X github.com/openfaas/cron-connector/version.GitCommit=${GIT_COMMIT}\
2727
-X github.com/openfaas/cron-connector/version.Version=${VERSION}" \
28-
-a -installsuffix cgo -o cron-connector .
28+
-o cron-connector .
2929

3030
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.21.2 AS ship
3131
LABEL org.label-schema.license="MIT" \

0 commit comments

Comments
 (0)