Skip to content

Commit 87af8f2

Browse files
committed
tech: Update scripts for running on x86_64
1 parent 7deb2dd commit 87af8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/build_test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source "$SOURCE_DIR/utils.sh"
2626

2727
# Properties
2828
SCHEME=${SCHEME:-"PactSwiftMockServer-macOS"}
29-
DESTINATION=${DESTINATION:-"arch=arm64"}
29+
DESTINATION=${DESTINATION:-"arch=$(uname -m)"}
3030
DERIVED_DATA_PATH=".build/DerivedData"
3131

3232
# Run tests

0 commit comments

Comments
 (0)