From d2d1475a5c6bf5ad1a596d094862dc8333efaded Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 12 Mar 2023 10:42:59 +0100 Subject: [PATCH] Click on CTRL-S is better --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9b2f09e..86af710d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ env: DEFAULT_DOCKER_IMAGE: nicolargo/glances NODE_ENV: ${{ (contains('refs/heads/master', github.ref) || startsWith(github.ref, 'refs/tags/v')) && 'prod' || 'dev' }} PUSH_BRANCH: ${{ 'refs/heads/develop' == github.ref || 'refs/heads/master' == github.ref || startsWith(github.ref, 'refs/tags/v') }} - # linux/arm/v7 support following issue - See issue #2120 + # linux/arm/v7 (drop support for v6) support following issue - See issue #2120 DOCKER_PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64,linux/386 # Ubuntu image only support linux/amd64 and linux/arm64 - See issue #2185 DOCKER_PLATFORMS_UBUNTU: linux/amd64,linux/arm64