From 38fcc24e65d7f6ae9e66f370a2e58d3c1cb50a2e Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Sat, 5 Dec 2020 09:55:22 +0100 Subject: [PATCH] Reverse the last PR #1762 because it breaks the CI pipeline --- .github/workflows/main.yml | 2 +- README.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fcd2f10..95ee7fb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: id: prepare env: DOCKER_IMAGE: ${{ secrets.DOCKER_IMAGE }} - DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386 + DOCKER_PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64,linux/386 run: | VERSION=latest diff --git a/README.rst b/README.rst index a319741a..725d7d39 100644 --- a/README.rst +++ b/README.rst @@ -187,9 +187,9 @@ Get the Glances container (latest develop branch): Note, you can choose another branch with : -- nicolargo/glances:latest for the last master branch (included multiple architectures 386, amd64, arm/v6, arm/v7 and arm64) -- nicolargo/glances:dev for the last develop branch (included multiple architectures 386, amd64, arm/v6, arm/v7 and arm64) -- nicolargo/glances: for the specific (included multiple architectures 386, amd64, arm/v6, arm/v7 and arm64) +- nicolargo/glances:latest for the last master branch (included multiple architectures 386, amd64, arm/v7 and arm64) +- nicolargo/glances:dev for the last develop branch (included multiple architectures 386, amd64, arm/v7 and arm64) +- nicolargo/glances: for the specific (included multiple architectures 386, amd64, arm/v7 and arm64) Run the container in *console mode*: