Skip to content

Release v0.2.7

Compare
Choose a tag to compare
@atc0005 atc0005 released this 08 Oct 15:43
· 2461 commits to master since this release
cbb8139

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

Changed

  • Dependencies

    • actions/checkout
      • v2.3.2 to v2.3.3
    • actions/setup-node
      • v2.1.1 to v2.1.2
  • Light README updates to describe new image

  • Makefile changes to build/tag the new images

References