From c74ec9a38b38bda8169d07139364cca5fcf3c50d Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 30 Jan 2021 23:15:54 +0000 Subject: [PATCH] Revert back to Alpine 3.12 for 32 bit systems --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9be7016c..e4d4dd4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: echo ::set-output name=platforms::linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le else echo ::set-output name=version::$BRANCH - echo ::set-output name=platforms::linux/amd64 + echo ::set-output name=platforms::linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7 fi - name: Build and push final image diff --git a/Dockerfile b/Dockerfile index 0da95333..a767e4fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_VERSION=3.13 +ARG ALPINE_VERSION=3.12 ARG GO_VERSION=1.15 ARG BUILDPLATFORM=linux/amd64