-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(janus-idp/cli): package-dynamic-plugins default to linux/amd64 p…
…latform (#2613) * feat(janus-idp/cli): add --platfrom flag to package-dynamic-plugins this flag overrides default linux/amd64 platform Signed-off-by: Tomas Kral <[email protected]> * add changeset --------- Signed-off-by: Tomas Kral <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@janus-idp/cli": minor | ||
--- | ||
changes to package-dynamic-plugins command: | ||
|
||
- by default `--platform linux/amd64` is added to the command container build command | ||
- added a new flag `--platfrom` allow user to specify the platform for the container build command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters