Skip to content

Commit

Permalink
Managed by Terraform: Update config.yml github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Dec 15, 2021
1 parent 19850f2 commit b0bbea0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
executors:
golang:
docker:
- image: docker.mirror.hashicorp.services/circleci/golang:1.17
- image: docker.mirror.hashicorp.services/cimg/go:1.17
resource_class: medium+
darwin:
macos:
Expand Down Expand Up @@ -58,7 +58,7 @@ commands:
jobs:
test-linux:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- checkout
- run: go test -count 1 ./... -coverprofile=coverage.txt -covermode=atomic -timeout=3m
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
fi
check-generate:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- checkout
- run: |
Expand All @@ -120,38 +120,38 @@ jobs:
GOOS: linux
build_windows:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- build-and-persist-plugin-binary:
GOOS: windows
build_darwin:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- build-and-persist-plugin-binary:
GOOS: darwin
build_darwin_arm64:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- build-and-persist-plugin-binary:
GOOS: darwin
GOARCH: arm64
build_freebsd:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- build-and-persist-plugin-binary:
GOOS: freebsd
build_solaris:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- build-and-persist-plugin-binary:
GOOS: solaris
build_openbsd:
executor: golang
working_directory: /go/src/github.com/hashicorp/packer-plugin-vmware
working_directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
steps:
- build-and-persist-plugin-binary:
GOOS: openbsd
Expand Down

0 comments on commit b0bbea0

Please sign in to comment.