From 08612aade1833c384914bb618675b5653d5f5118 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 29 Dec 2022 15:59:15 -0800 Subject: [PATCH] chore: add ARCHS=arm64 for a release package build (#649) --- .github/workflows/publish.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.js.yml b/.github/workflows/publish.js.yml index 571e8632f..a6d0c8720 100644 --- a/.github/workflows/publish.js.yml +++ b/.github/workflows/publish.js.yml @@ -43,7 +43,7 @@ jobs: -derivedDataPath $PKG_PATH_IOS \ -scheme WebDriverAgentRunner \ -destination generic/platform=iOS \ - CODE_SIGNING_ALLOWED=NO + CODE_SIGNING_ALLOWED=NO ARCHS=arm64 - name: Creating a zip of WebDriverAgentRunner-Runner.app for iOS run: | pushd appium_wda_ios/Build/Products/Debug-iphoneos @@ -57,7 +57,7 @@ jobs: -derivedDataPath $PKG_PATH_TVOS \ -scheme WebDriverAgentRunner_tvOS \ -destination generic/platform=tvOS \ - CODE_SIGNING_ALLOWED=NO + CODE_SIGNING_ALLOWED=NO ARCHS=arm64 - name: Creating a zip of WebDriverAgentRunner-Runner.app for tvOS run: | pushd appium_wda_tvos/Build/Products/Debug-appletvos