kontena / pharos-host-upgrades

Kube DaemonSet for host OS upgrades
Apache License 2.0
41 stars 1 forks source link

Missing arm64 builds #24

Closed SpComb closed 6 years ago

SpComb commented 6 years ago

The Docker builds should support arm64 in addition to amd64:

The libsystemd-dev library may also need something...?

SpComb commented 6 years ago

The libsystemd-dev library may also need something...?

The github.com/coreos/go-systemd/sdjournal package is very much dependent on CGO, so it's not possible to use it with a GOARCH=... cross-compile. It might be feasible to support it if using arm64 golang to build the arm64 binaries, but I'm not sure if it's worth it.

SpComb commented 6 years ago

Fixed in #25