Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Added Platform file at arbitrary-users-patch and arbitrary-users-patc…
Browse files Browse the repository at this point in the history
…h/happy-path

Signed-off-by: Bivas Das <bivasda1@in.ibm.com>
  • Loading branch information
bivasda1 committed Feb 17, 2021
1 parent 205895d commit 3f1e350
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions arbitrary-users-patch/PLATFORMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
2 changes: 1 addition & 1 deletion arbitrary-users-patch/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REGISTRY=${REGISTRY:-${DEFAULT_REGISTRY}}
ORGANIZATION=${ORGANIZATION:-${DEFAULT_ORGANIZATION}}
TAG=${TAG:-${DEFAULT_TAG}}

PLATFORMS=$(cat PLATFORMS)
PLATFORMS=$(cat arbitrary-users-patch/PLATFORMS)

NAME_FORMAT="${REGISTRY}/${ORGANIZATION}"

Expand Down
1 change: 1 addition & 0 deletions arbitrary-users-patch/happy-path/PLATFORMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linux/amd64,linux/s390x,linux/ppc64le,linux/arm64
2 changes: 1 addition & 1 deletion arbitrary-users-patch/happy-path/build_happy_path_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REGISTRY=${REGISTRY:-${DEFAULT_REGISTRY}}
ORGANIZATION=${ORGANIZATION:-${DEFAULT_ORGANIZATION}}
TAG=${TAG:-${DEFAULT_TAG}}

PLATFORMS=$(cat PLATFORMS)
PLATFORMS=$(cat arbitrary-users-patch/happy-path/PLATFORMS)

NAME_FORMAT="${REGISTRY}/${ORGANIZATION}"

Expand Down

0 comments on commit 3f1e350

Please sign in to comment.