mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-03 15:15:02 +03:00
arm/v6 and arm/v7 timeout during the build - Disable it in the CI
This commit is contained in:
parent
84f1990244
commit
9ae8219a7f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -9,7 +9,8 @@ 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 platform: https://hub.docker.com/_/alpine
|
||||
DOCKER_PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v6,linux/arm/v7
|
||||
# linux/arm/v6,linux/arm/v7 do not work (timeout during the build)
|
||||
DOCKER_PLATFORMS: linux/amd64,linux/arm64/v8
|
||||
# Ubuntu image platforms list: https://hub.docker.com/_/ubuntu
|
||||
# linux/arm/v7 do not work (Cargo/Rust not available)
|
||||
DOCKER_PLATFORMS_UBUNTU: linux/amd64,linux/arm64/v8
|
||||
|
Loading…
Reference in New Issue
Block a user