Skip to content

Commit

Permalink
Fixing kserve nightly for arm64 (#3319)
Browse files Browse the repository at this point in the history
* adding graviton docker image

* testing multiplatform ci

* testing multiplatform ci

* testing multiplatform ci

* adding new builder

* removing arm

* removing arm

* testing arm

* tests

* testing driver command

* testing driver command

* testing on newer instance

* testing on newer instance

* testing newer

* rm command

* changing platform

* testing only amd

* testing both arch

* testing both arch

* testing both

* remove builder

* remove builder

* adding amd

* building cache

* cache 3

* cache 4

* cache 4

* final test

* reverting temp changes

* testing official release

* testing official release

* testing official release

* adding kserve changes

* kserve nightly

* adding build context

---------

Co-authored-by: Ankith Gunapal <[email protected]>
  • Loading branch information
udaij12 and agunapal authored Sep 17, 2024
1 parent ba8c268 commit 2dfbff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/kserve/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cp ../../frontend/server/src/main/resources/proto/*.proto .
cp -r ../../third_party .

if [ "${MULTI}" == "true" ]; then
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE --platform "${ARCH}" -t "$DOCKER_TAG" --push
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE --platform "${ARCH}" -t "$DOCKER_TAG" --push .
else
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE -t "$DOCKER_TAG" --load
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE -t "$DOCKER_TAG" --load .
fi

0 comments on commit 2dfbff7

Please sign in to comment.