Skip to content

Commit

Permalink
chore: enable Android build (#531)
Browse files Browse the repository at this point in the history
* chore: fix swift readme badge

Signed-off-by: Mark Phelps <[email protected]>

* chore: enable android engine builds

Signed-off-by: Mark Phelps <[email protected]>

* chore: use cross for android x64

---------

Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps authored Nov 24, 2024
1 parent 55eafa2 commit c06a2cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/package-ffi-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,15 @@ jobs:
target: aarch64-apple-ios-sim
use_cross: false

# - name: Android-arm64
# os: ubuntu-latest
# target: aarch64-linux-android
# use_cross: true
- name: Android-arm64
os: ubuntu-latest
target: aarch64-linux-android
use_cross: true

- name: Android-x86_64
os: ubuntu-latest
target: x86_64-linux-android
use_cross: true

runs-on: ${{ matrix.platform.os }}

Expand Down
2 changes: 1 addition & 1 deletion flipt-client-swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following to your `Package.swift` file:

```swift
dependencies: [
.package(url: "https://github.com/flipt-io/flipt-client-swift.git", from: "0.1.0")
.package(url: "https://github.com/flipt-io/flipt-client-swift.git", from: "0.0.1")
]
```

Expand Down

0 comments on commit c06a2cb

Please sign in to comment.