Skip to content

Commit

Permalink
Also remove macOS universal CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 12, 2024
1 parent 06d31f0 commit a491128
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a491128

Please sign in to comment.