Skip to content

Commit

Permalink
ci(bindings/go): add windows to matrix
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <[email protected]>
  • Loading branch information
shoothzj committed Aug 28, 2024
1 parent 41fe460 commit 626fb26
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/scripts/test_go_binding/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@
# specific language governing permissions and limitations
# under the License.

os: ["ubuntu-latest"]
os:
- ubuntu-latest
- windows-latest
build:
- target: "x86_64-unknown-linux-gnu"
cc: "gcc"
goos: "linux"
goarch: "amd64"
- target: "x86_64-pc-windows-msvc"
cc: "cl.exe"
goos: "windows"
goarch: "amd64"
service:
- "memory"

0 comments on commit 626fb26

Please sign in to comment.