mirror of https://github.com/nicolargo/glances.git
buildx failed with: ERROR: failed to solve: python:3.10-slim-buster: no match for platform in manifest #2120
This commit is contained in:
parent
5c8370db2c
commit
b2b173b159
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue