From 5555eb20d27198564bbc83f423fb8371132864e7 Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 25 Jan 2022 21:09:40 +0100 Subject: [PATCH] Removed latest arm/v/6,7 --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f86390..214fe4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,7 +140,7 @@ docker-build-prod-latest: script: - | docker buildx build \ - --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ + --platform linux/amd64,linux/arm64 \ --build-arg CI_COMMIT_BRANCH=$CI_COMMIT_BRANCH \ --build-arg CI_COMMIT_SHORT_SHA=$CI_COMMIT_SHORT_SHA \ --build-arg CI_COMMIT_TAG=$CI_COMMIT_TAG \ diff --git a/README.md b/README.md index 1ebca30..49c4768 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An easy self-hosted Link shortener in Golang with Redis <3 [Live-Demo](https://g ## Supported architectures ### Docker - amd64, arm64 -- other versions can be build manually (via docker build) +- other versions can be build manually (via docker build / buildx) ## Binary Build - linux (amd64,arm64) - darwin (amd64,arm64)