File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 go-version : ${{ matrix.go-version }}
4747 - name : Build on Linux
4848 working-directory : ${{ github.workspace }}/cmd/transitland
49- run : CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.tag=$(git describe --tags --abbrev=0)"
49+ run : CGO_ENABLED=1 GOOS=linux GOARCH=amd64 GODEBUG=tlsrsakex=1 go build -ldflags "-X main.tag=$(git describe --tags --abbrev=0)"
5050 - name : Store Linux binary
5151 uses : actions/upload-artifact@v4
5252 with :
6868 go-version : ${{ matrix.go-version }}
6969 - name : Build on macOS
7070 working-directory : ${{ github.workspace }}/cmd/transitland
71- run : CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 go build -ldflags "-X main.tag=$(git describe --tags --abbrev=0)"
71+ run : CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 GODEBUG=tlsrsakex=1 go build -ldflags "-X main.tag=$(git describe --tags --abbrev=0)"
7272 - name : Import Code-Signing Certificates
7373 uses : Apple-Actions/import-codesign-certs@v2
7474 with :
@@ -105,7 +105,7 @@ jobs:
105105 go-version : ${{ matrix.go-version }}
106106 - name : Build on macOS
107107 working-directory : ${{ github.workspace }}/cmd/transitland
108- run : CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 go build -ldflags "-X main.tag=$(git describe --tags --abbrev=0)"
108+ run : CGO_ENABLED=1 GOOS=darwin GOARCH=arm64 GODEBUG=tlsrsakex=1 go build -ldflags "-X main.tag=$(git describe --tags --abbrev=0)"
109109 - name : Import Code-Signing Certificates
110110 uses : Apple-Actions/import-codesign-certs@v2
111111 with :
You can’t perform that action at this time.
0 commit comments