Skip to content

Commit

Permalink
Remove obsolete configurations from Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Oct 21, 2021
1 parent 39d45da commit 2bdf111
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,7 @@ environment:
- job_name: MacOS
appveyor_build_worker_image: macos
GOARCH: amd64
# - job_name: Windows
# appveyor_build_worker_image: Visual Studio 2019
# GOARCH: amd64

# For release, by pushing tag
- job_name: linux-amd64
appveyor_build_worker_image: ubuntu1804
GOARCH: amd64
- job_name: linux-arm
appveyor_build_worker_image: ubuntu1804
GOARCH: arm
- job_name: linux-arm64
appveyor_build_worker_image: ubuntu1804
GOARCH: arm64
- job_name: linux-386
appveyor_build_worker_image: ubuntu1804
GOARCH: 386
- job_name: darwin-amd64
appveyor_build_worker_image: macos
GOARCH: amd64
# - job_name: windows-amd64
# appveyor_build_worker_image: Visual Studio 2019
# GOARCH: amd64


for:
- # Linux and MacOS
skip_tags: true
Expand Down

0 comments on commit 2bdf111

Please sign in to comment.