mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-12 19:06:48 -04:00
Docker image build error on ARM/v6 (realy) #2735
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ env:
|
||||
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') }}
|
||||
# Alpine image do not support linux/arm/v6 - See issue #2735
|
||||
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
|
||||
# Ubuntu image only support linux/amd64 and linux/arm64 - See issue #2185
|
||||
DOCKER_PLATFORMS_UBUNTU: linux/amd64,linux/arm64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user