atlassian / gostatsd

An implementation of Etsy's statsd in Go with tags support
MIT License
380 stars 99 forks source link

Fix release workflow #665

Closed irisgve closed 7 months ago

irisgve commented 7 months ago

This change moved the go binary build in Dockerfile-multiarch-glibc to use the make build command which is writing the go binary to build/bin/<cpu_arch>/<binary_name> instead of build/bin/<os>/<cpu_arch>/<binary_name

This PR adjusts the build make command to be consistent and write binary output to build/bin/<os>/<cpu_arch>/<binary_name