Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small note about crosscompiling the provider
  • Loading branch information
bentterp authored and joakimhew committed Feb 23, 2019
1 parent b3bbba0 commit f5662f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,9 @@ The following Environment Variables must be set in your shell prior to running a
- `ARM_TEST_LOCATION_ALT`

**Note:** Acceptance tests create real resources in Azure which often cost money to run.

Crosscompiling
--------------
```sh
GOOS=windows GOARCH=amd64 make build
```

0 comments on commit f5662f1

Please sign in to comment.