Fix tag filtering
https://circleci.com/docs/workflows#executing-workflows-for-a-git-tag
CC @cafferata
Test the multi-arch manifest:
docker run --rm -it stackexchange/dnscontrol:v3.18.2-pre013 version
One item that is unclear to me is that it looks like GoReleaser is used to create the binaries but not the Docker images. Given that it can do both and that there is evidence this was the case at one point, is there a reason not to do so?
@jauderho It is building all artifacts including the docker images in this branch.
(I'll let you do the merge)
@jauderho I guess more specifically, it is basically just invoking docker buildx build -f Dockerfile . We still need a Dockerfile and instaed rebuilding everything in the docker build I just copy in the binaries that gorelease spits out. I think Goreaser does some magic to put the version of dnscontrol matching the arch in the root of dist. I need to get a colleague to test on an M1 Mac.