Skip to content

Commit

Permalink
test: remove failed Windows image build test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 17, 2022
1 parent 7b6defb commit 5aa2727
Showing 1 changed file with 1 addition and 10 deletions.
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 5aa2727

Please sign in to comment.