Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fangzhengjin committed Sep 20, 2023
1 parent 86755ea commit c200fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = async (scripts) => {
const labelArgs = Object.keys(annotations).map((key) => `--label=${key}=${annotations[key]}`);
const annotationArgs = Object.keys(annotations).map((key) => `annotation-index.${key}=${annotations[key]}`);

const args = ['buildx', 'build', '-provenance=false'];
const args = ['buildx', 'build', '--provenance=false'];
args.push(`--platform=${platformArgs.join(',')}`);
tags.forEach((x) => args.push(x));
labelArgs.forEach((x) => args.push(x));
Expand Down

0 comments on commit c200fb5

Please sign in to comment.