Makefile: use official alpine images for build

This commit modifies the build tooling so that we use the official
alipne build images rather than the images from the multiarch org. This
requires new logic to parse docker manifests but results in a cleaner
solution with fewer architecture definitions.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-01-08 17:10:06 +01:00
parent 5277ab5bad
commit 4b2f6c6692
2 changed files with 11 additions and 5 deletions

View File

@@ -13,6 +13,9 @@ go:
env:
- GO111MODULE=on DOCKER_CLI_EXPERIMENTAL=enabled
before_install:
- sudo apt-get update && sudo apt-get -y install jq
install: true
script: