Skip to content

Commit

Permalink
remove arm64e lib from signature json
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Oct 17, 2024
1 parent 2825a8e commit 9b09416
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/arch_dylib_sign.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"source": [
"target/aarch64-apple-darwin/release/libmirrord_layer.dylib",
"target/aarch64-apple-darwin/release/libmirrord_layer_arm64e.dylib",
"target/x86_64-apple-darwin/release/libmirrord_layer.dylib"
],
"bundle_id": "com.metalbear.mirrord",
"apple_id": {
"username": "@env:AC_USERNAME",
"password": "@env:AC_PASSWORD"
},
"sign": {
"application_identity": "Developer ID Application: METALBEAR TECH LTD (8W42TQ6PFA)"
}
"source": [
"target/aarch64-apple-darwin/release/libmirrord_layer.dylib",
"target/x86_64-apple-darwin/release/libmirrord_layer.dylib"
],
"bundle_id": "com.metalbear.mirrord",
"apple_id": {
"username": "@env:AC_USERNAME",
"password": "@env:AC_PASSWORD"
},
"sign": {
"application_identity": "Developer ID Application: METALBEAR TECH LTD (8W42TQ6PFA)"
}
}

0 comments on commit 9b09416

Please sign in to comment.