Skip to content

Commit

Permalink
Whatever, include all targets in release
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 16, 2023
1 parent 9d5b520 commit 187184e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- name: Build OpenSSL
id: lib
timeout-minutes: 60
env:
OPENSSL_TARGETS: "ios-sim-cross-x86_64 ios-sim-cross-arm64 ios64-cross-arm64 ios64-cross-arm64e macos64-x86_64 macos64-arm64 mac-catalyst-x86_64 mac-catalyst-arm64 tvos-sim-cross-arm64 tvos-sim-cross-x86_64 tvos64-cross-arm64"
run: |
source scripts/get-openssl-version.sh
Expand All @@ -27,7 +25,7 @@ jobs:
TAG_NAME=$(get_openssl_version $OPENSSL_VERSION $SCRIPT_VERSION)
echo "Compiling OpenSSL $OPENSSL_VERSION"
./build-libssl.sh --cleanup --version="$OPENSSL_VERSION" --targets="$OPENSSL_TARGETS" --disable-bitcode
./build-libssl.sh --cleanup --version="$OPENSSL_VERSION" --disable-bitcode
echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT
echo "openssl_version=$OPENSSL_VERSION" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0-4
3.2.0-5

0 comments on commit 187184e

Please sign in to comment.