buildx failed with: ERROR: failed to solve: python:3.10-slim-buster: no match for platform in manifest #2120

This commit is contained in:
nicolargo 2022-09-04 08:16:21 +02:00
parent 5c8370db2c
commit b2b173b159
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ 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') }}
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
# linux/arm/v6 support following issue #2120
DOCKER_PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64,linux/386
on:
pull_request: