Commit 5b85448d authored by nanahira's avatar nanahira

use local gtar for dist compress

parent cf1f5cfe
Pipeline #36655 failed with stages
in 13 seconds
......@@ -86,12 +86,11 @@ macOS_bin:
paths:
- dist
script:
- brew install gnu-tar zstd
- mkdir -p bin dist
- cd arch-bin/x86_64
- ls -1 | xargs -I {} lipo -create -output ../../bin/{} {} ../arm64/{}
- cd ../../
- gtar zcvf ./dist/mycard-mat-macos.tar.gz bin
- ./bin/gtar zcvf ./dist/mycard-mat-macos.tar.gz bin
windows_bin:
stage: prepare
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment