Skip to content

Use CGO_ENABLED=0 for linux builds? #500

@cfergeau

Description

@cfergeau

We currently build our linux binaries on an older ubuntu version to ensure maximum compatibility

runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018f

As suggested in #256 (comment) , disabling cgo might be a better way around this, but we need to make sure this does not introduce other issues (changed DNS behaviour, performance impact, …)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions