Skip to content

Commit

Permalink
Merge pull request #24 from port-labs/PORT-5363-updated-go-releaser
Browse files Browse the repository at this point in the history
updated goreleaser
  • Loading branch information
yairsimantov20 authored Dec 27, 2023
2 parents 461daeb + 9d31b3d commit 1c582df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
binary: "{{ .ProjectName }}"
goos:
- linux
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM golang:1.19-alpine

ENV CGO_ENABLED=1

RUN apk add --no-cache wget make g++ openssl-dev autoconf automake libtool curl librdkafka-dev

USER nonroot:nonroot
Expand Down

0 comments on commit 1c582df

Please sign in to comment.