hashicorp-demoapp / product-api-go

Products API written in Go
Mozilla Public License 2.0
42 stars 26 forks source link

Add multi-arch builds to release workflow #19

Closed joatmon08 closed 3 years ago

joatmon08 commented 3 years ago

This configures CircleCI with Docker buildx to create containers for amd64 and arm64 (required for running containers on M1 Mac).

Closes #18.