mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Also remove macOS universal CI step
This commit is contained in:
parent
06d31f0e66
commit
a491128241
1 changed files with 0 additions and 21 deletions
|
@ -67,27 +67,6 @@ macos/arm64:
|
|||
paths:
|
||||
- gomuks-macos-arm64
|
||||
|
||||
macos/universal:
|
||||
stage: package
|
||||
tags:
|
||||
- macos
|
||||
dependencies:
|
||||
- macos/amd64
|
||||
- macos/arm64
|
||||
needs:
|
||||
- macos/amd64
|
||||
- macos/arm64
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
script:
|
||||
- lipo -create -output libolm.3.dylib gomuks-macos-arm64/libolm.3.dylib gomuks-macos-amd64/libolm.3.dylib
|
||||
- lipo -create -output gomuks gomuks-macos-arm64/gomuks gomuks-macos-amd64/gomuks
|
||||
artifacts:
|
||||
name: gomuks-macos-universal
|
||||
paths:
|
||||
- libolm.3.dylib
|
||||
- gomuks
|
||||
|
||||
debian:
|
||||
image: debian
|
||||
stage: package
|
||||
|
|
Loading…
Add table
Reference in a new issue