Skip to content

Commit

Permalink
Export KO_FLAGS for consuming scripts (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Oct 25, 2024
1 parent 2191456 commit ef6e7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RELEASE_NOTES=""
RELEASE_BRANCH=""
RELEASE_GCS_BUCKET="knative-nightly/${REPO_NAME}"
RELEASE_DIR=""
KO_FLAGS="-P --platform=all"
export KO_FLAGS="-P --platform=all"
VALIDATION_TESTS="./test/presubmit-tests.sh"
ARTIFACTS_TO_PUBLISH=""
FROM_NIGHTLY_RELEASE=""
Expand Down

0 comments on commit ef6e7e9

Please sign in to comment.