Skip to content

Commit

Permalink
ci: multi target build
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Feb 19, 2024
1 parent 06fa048 commit af71036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
target: aarch64-apple-ios-sim

- name: Run iOS build script
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rustup target add x86_64-apple-ios aarch64-apple-ios aarch64-apple-ios-sim
sh ./scripts/ios/release.sh
sh ./scripts/ios/build-sargon.sh
2 changes: 0 additions & 2 deletions scripts/ios/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ XCFRAME_ZIP_PATH=`echo "$OUTPUT_OF_BUILD" | cut -d ";" -f 2` || exit $?
echo "🚢 CHECKSUM: $CHECKSUM"
echo "🚢 XCFRAME_ZIP_PATH: $XCFRAME_ZIP_PATH"

exit 1 # TEMPORARY

`git tag $NEXT_TAG`
echo "🚢 🏷️ 📡 Pushing tag: $(last_tag)"
`git push origin $NEXT_TAG`
Expand Down

0 comments on commit af71036

Please sign in to comment.