Skip to content

Commit 5119036

Browse files
authored
add extra check to osx-arm64-cross-compile CI job (#38)
ensure that it ACTUALLY compiled an arm64 binary
1 parent 4292f1b commit 5119036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ jobs:
105105
run: |
106106
bundle install
107107
bundle exec rake "gem:aws-crt:platform[arm64]"
108+
test `lipo gems/aws-crt/bin/arm64/libaws-crt-ffi.dylib -archs` = "arm64"

0 commit comments

Comments
 (0)