Skip to content

Commit

Permalink
refact(builds): enable amd64 and arm64 multi arch builds
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and kmova committed Nov 11, 2020
1 parent 5f7cd5a commit 18adc6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- RUN_FEATURE_TESTS=0
- RUN_RESILIENCY_TESTS=0
- RUN_E2E_AND_FUNCTIONAL_TESTS=1
- os: linux
arch: arm64
- os: linux
arch: ppc64le

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.buildx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ DBUILD_ARGS=--build-arg DBUILD_DATE=${DBUILD_DATE} --build-arg DBUILD_REPO_URL=$

# default list of platforms for which multiarch image is built
ifeq (${PLATFORMS}, )
export PLATFORMS="linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le"
export PLATFORMS="linux/amd64,linux/arm64"
endif

# if IMG_RESULT is unspecified, by default the image will be pushed to registry
Expand Down

0 comments on commit 18adc6f

Please sign in to comment.