Skip to content

Commit

Permalink
Set PLATFORMS to "all" for multi-platform image support in release pr…
Browse files Browse the repository at this point in the history
…ocess (kubevirt#1956)

Added export of PLATFORMS=all to automation/release.sh to ensure
the build supports multiple platforms.

Signed-off-by: Ashok Pariya <[email protected]>
  • Loading branch information
ashokpariya0 authored Dec 24, 2024
1 parent fa3d1f8 commit 2343f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automation/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ git config credential.helper '!f() { sleep 1; echo "username=${GITHUB_USER}"; ec

source automation/check-patch.setup.sh
cd ${TMP_PROJECT_PATH}
# Set the PLATFORMS to "all" to build an image that supports multiple platforms
export PLATFORMS=all
make release

0 comments on commit 2343f28

Please sign in to comment.