Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commitae2ba47

Browse files
committed
fixup! Disable cgo for windows build
1 parentafb6511 commitae2ba47

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ on: [push]
33

44
jobs:
55
build:
6-
runs-on:macos-latest
6+
runs-on:ubuntu-latest
77
steps:
88
-name:Checkout
99
uses:actions/checkout@v1
1010
-uses:actions/setup-go@v2
1111
with:
1212
go-version:'^1.15.6'# The Go version to download (if necessary) and use.
13-
-name:Install Gon
14-
run:|
15-
brew tap mitchellh/gon
16-
brew install mitchellh/gon/gon
17-
-name:Import Signing Certificates
18-
uses:Apple-Actions/import-codesign-certs@v1
19-
with:
20-
p12-file-base64:${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
21-
p12-password:${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
13+
#- name: Install Gon
14+
# run: |
15+
# brew tap mitchellh/gon
16+
# brew install mitchellh/gon/gon
17+
#- name: Import Signing Certificates
18+
# uses: Apple-Actions/import-codesign-certs@v1
19+
# with:
20+
# p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
21+
# p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
2222
-name:Build
2323
run:./ci/steps/build.sh
2424
env:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp