Skip to content

Commit

Permalink
PMM-12899 fix the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 1, 2024
1 parent 5a8f6e4 commit e326d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/build-client-binary
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gobuild_component() {
fi

docker run --rm \
--platform=${platform}
--platform=${platform} \
${volume_mounts} \
${rpmbuild_docker_image} sh -c "
set -o errexit
Expand Down

0 comments on commit e326d94

Please sign in to comment.