Skip to content

Commit

Permalink
chore: build only arm64 for generic build in a release (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 29, 2022
1 parent d88d45a commit 63e175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
Expand All @@ -42,7 +42,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
Expand Down

0 comments on commit 63e175d

Please sign in to comment.