Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add android-arm64 to release scripts #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2025

Conversation

sgoedecke
Copy link
Collaborator

#43

Build the extension for android-arm64. Builds fine locally so I assume it'll build and release in CI as well.

@Copilot Copilot AI review requested due to automatic review settings May 25, 2025 22:37
@sgoedecke sgoedecke requested a review from a team as a code owner May 25, 2025 22:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds Android build targets to the release and build scripts to support android-arm64 and android-amd64.

  • Include new Android binaries in the upload script
  • Invoke go build for Android arm64 and amd64 in the build script

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
script/upload-release Added gh-models-android-arm64 and gh-models-android-amd64 to the list of release binaries
script/build Added build steps for GOOS=android GOARCH=arm64 and GOOS=android GOARCH=amd64
Comments suppressed due to low confidence (1)

script/upload-release:14

  • [nitpick] Consider ordering entries in BINARIES alphabetically (e.g., placing android-amd64 before android-arm64) for consistency and readability.
BINARIES="gh-models-darwin-amd64 gh-models-darwin-arm64 gh-models-linux-amd64 gh-models-windows-amd64.exe gh-models-android-arm64 gh-models-android-amd64"

@sgoedecke sgoedecke merged commit 3e8d8e7 into main May 25, 2025
4 checks passed
@sgoedecke sgoedecke deleted the sgoedecke/add-android-binaries branch May 25, 2025 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants