Release v0.2.7
Added
- new Alpine build images to support cgo builds
- based on the latest version of the current stable
i386/golang
and
golang
alpine
images. - used for building Go applications, both directly and via
Makefile
builds. - uses musl libc instead of glibc
- supports cross-platform, static cgo-enabled builds for Windows and Linux
- new tags
go-ci-stable-alpine-buildx86
go-ci-stable-alpine-buildx64
- based on the latest version of the current stable
Changed
-
Dependencies
actions/checkout
v2.3.2
tov2.3.3
actions/setup-node
v2.1.1
tov2.1.2
-
Light README updates to describe new image
-
Makefile changes to build/tag the new images
References
- See the
v0.2.7
milestone for the issues associated with this release. - See our CHANGELOG for more information.