From 5119036e69d206bdbbdd81e3ed2fc3f66a129707 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 19 May 2022 13:56:05 -0700 Subject: [PATCH] add extra check to osx-arm64-cross-compile CI job (#38) ensure that it ACTUALLY compiled an arm64 binary --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20f4434..de99c32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,3 +105,4 @@ jobs: run: | bundle install bundle exec rake "gem:aws-crt:platform[arm64]" + test `lipo gems/aws-crt/bin/arm64/libaws-crt-ffi.dylib -archs` = "arm64"