mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-21 19:27:46 +08:00
Merge pull request #6 from tonistiigi/disable-platforms
travis: temporarily only build for linux/amd64 and darwin/amd64
This commit is contained in:
commit
38c90f0b9f
@ -8,8 +8,12 @@ install:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PLATFORMS="linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le"
|
# Temporarily disabling other platforms to keep development faster.
|
||||||
|
# - PLATFORMS="linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le"
|
||||||
|
# - CROSS_PLATFORMS=${PLATFORMS},darwin/amd64,windows/amd64
|
||||||
|
- PLATFORMS="linux/amd64"
|
||||||
|
- CROSS_PLATFORMS="${PLATFORMS},darwin/amd64"
|
||||||
- PREFER_BUILDCTL="1"
|
- PREFER_BUILDCTL="1"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make binaries validate-all && TARGETPLATFORM="${PLATFORMS},darwin/amd64,windows/amd64" ./hack/cross
|
- make binaries validate-all && TARGETPLATFORM="${CROSS_PLATFORMS}" ./hack/cross
|
||||||
|
Loading…
x
Reference in New Issue
Block a user