Skip to content

Commit

Permalink
test: remove failed Windows image build test
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
andyzhangx committed May 17, 2022
1 parent 7b6defb commit af10d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -37,5 +37,5 @@ Fixes #

**Release note**:
```release-note
none
```
11 changes: 1 addition & 10 deletions .github/workflows/go.yml → .github/workflows/linux.yml
@@ -1,4 +1,4 @@
name: Build & Unit Test
name: Linux Unit Test

on:
push:
Expand Down Expand Up @@ -31,12 +31,3 @@ jobs:
run: |
GO111MODULE=off go get github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
- name: Build Windows images from Dockerfile
run: |
export REGISTRY=test
export DOCKER_CLI_EXPERIMENTAL=enabled
export OUTPUT_TYPE=docker
make build-container-windows-1809
make build-container-windows-20H2
make build-container-windows-2022

0 comments on commit af10d5f

Please sign in to comment.