mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Add missing stage param to CI file
This commit is contained in:
parent
853c148dd5
commit
be37f3ae3d
1 changed files with 3 additions and 0 deletions
|
@ -41,9 +41,11 @@ windows/amd64:
|
|||
- gomuks.exe
|
||||
|
||||
macos/amd64:
|
||||
stage: build
|
||||
tags:
|
||||
- macos
|
||||
- amd64
|
||||
before_script: []
|
||||
script:
|
||||
- go build -o gomuks
|
||||
- install_name_tool -change /usr/local/opt/libolm/lib/libolm.3.dylib @rpath/libolm.3 gomuks
|
||||
|
@ -56,6 +58,7 @@ macos/amd64:
|
|||
- libolm.3.dylib
|
||||
|
||||
macos/arm64:
|
||||
stage: build
|
||||
tags:
|
||||
- macos
|
||||
- arm64
|
||||
|
|
Loading…
Add table
Reference in a new issue