damomurf / coredns-tailscale

A Tailscale lookup plugin for CoreDNS
MIT License
78 stars 10 forks source link

linux/amd64 image not building correctly #73

Closed timetinytim closed 7 months ago

timetinytim commented 8 months ago

While the github workflow definitely seems to be set up to build one, the two architectures built for the docker images are linux/arm64 and unknown/unknown.

timetinytim commented 8 months ago

After doing some reading, this seems to be a known issue with build-push-action@v5 as discussed here: https://github.com/docker/build-push-action/issues/820

The fix seems as simple as just disabling provenance attestations for the docker build.

damomurf commented 7 months ago

@timetinytim Thanks for the fix, I’ve just pushed v0.3.5 which includes it: https://github.com/damomurf/coredns-tailscale/releases/tag/v0.3.5.