Set cross to false for aarch64-apple-darwin binary

This commit is contained in:
Adrian Groh 2023-03-08 18:46:40 +01:00
parent fae8bd69ea
commit f3592774b5
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -78,7 +78,7 @@ jobs:
target: aarch64-apple-darwin
artifact_name: target/aarch64-apple-darwin/release/pfetch
release_name: pfetch-macos-aarch64
cross: true
cross: false
strip: true
- os: ubuntu-latest