-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `replace` directives in `go.mod` make it impossible to install and run `pulumictl` from source. They were originally added as part of #59, however we still seem to cross-compile just fine: ``` ❯ goreleaser build --snapshot --clean • starting build... • loading config file file=.goreleaser.yml • loading environment variables • getting and validating git state • building... commit=eb7f539414133eb4a4a172fe89e211beeeff2a4e latest tag=v0.0.46 • pipe skipped reason=disabled during snapshot mode • parsing tag • setting defaults • running before hooks • running hook=go mod download • took: 27s • snapshotting • building snapshot... version=v0.0.46-SNAPSHOT • checking distribution directory • cleaning dist • loading go mod information • build prerequisites • writing effective config file • writing config=dist/config.yaml • building binaries • building binary=dist/pulumictl_darwin_amd64_v1/pulumictl • building binary=dist/pulumictl_windows_amd64_v1/pulumictl.exe • building binary=dist/pulumictl_darwin_arm64/pulumictl • building binary=dist/pulumictl_linux_arm64/pulumictl • building binary=dist/pulumictl_windows_arm64/pulumictl.exe • building binary=dist/pulumictl_linux_amd64_v1/pulumictl • took: 1m28s • storing release metadata • writing file=dist/artifacts.json • writing file=dist/metadata.json • build succeeded after 1m55s • thanks for using goreleaser! ```
- Loading branch information
Showing
7 changed files
with
405 additions
and
794 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.