Skip to content

Commit

Permalink
wrong uname flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Oct 4, 2023
1 parent 27d0d35 commit 55f0905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-farm/platform-specific-configurations/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export BUILD_ARGS="${BUILD_ARGS}"

## JDK8 only: If, at this point in the build, the architecure of the machine is arm64 while the ARCHITECTURE variable
## is x64 then we need to add the cross compilation option --openjdk-target=x86_64-apple-darwin
MACHINEARCHITECTURE=$(uname -a)
MACHINEARCHITECTURE=$(uname -m)

echo "MACHINEARCHITECTURE: ${MACHINEARCHITECTURE}"
echo "ARCHITECTURE: ${ARCHITECTURE}"
Expand Down

0 comments on commit 55f0905

Please sign in to comment.