We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b5579 + 43511f3 commit b65a814Copy full SHA for b65a814
.cirrus.yml
@@ -137,15 +137,9 @@ cross_build_task:
137
alias: cross_build
138
only_if: >-
139
$CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
140
-
141
- osx_instance:
142
- image: ghcr.io/cirruslabs/macos-ventura-base:latest
143
+ env:
+ HOME: /root
144
script:
145
- - brew update
146
- - brew install go
147
- - brew install go-md2man
148
- - brew install gpgme
149
- go version
150
- make cross CGO_ENABLED=0
151
0 commit comments