-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update GoReleaser to v1.23.0 to support windows/arm64 #1391
Open
suzuki-shunsuke
wants to merge
1
commit into
aquasecurity:main
Choose a base branch
from
suzuki-shunsuke:chore-update-goreleaser-to-1230
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: update GoReleaser to v1.23.0 to support windows/arm64 #1391
suzuki-shunsuke
wants to merge
1
commit into
aquasecurity:main
from
suzuki-shunsuke:chore-update-goreleaser-to-1230
Conversation
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
To resolve the following warning. https://github.com/aquasecurity/starboard/actions/runs/7774726668/job/21199969973#step:8:30 ``` • DEPRECATED: skipped windows/arm64 build on Go < 1.17 for compatibility, check https://goreleaser.com/deprecations/#builds-for-windowsarm64 for more info. ``` https://goreleaser.com/deprecations/#builds-for-windowsarm64
TestI ran GoReleaser on my laptop. $ goreleaser -v
____ ____ _
/ ___| ___ | _ \ ___| | ___ __ _ ___ ___ _ __
| | _ / _ \| |_) / _ \ |/ _ \/ _` / __|/ _ \ '__|
| |_| | (_) | _ < __/ | __/ (_| \__ \ __/ |
\____|\___/|_| \_\___|_|\___|\__,_|___/\___|_|
goreleaser: Deliver Go Binaries as fast and easily as possible
https://goreleaser.com
GitVersion: 1.23.0
GitCommit: 3ec68fbf8c3a1b16ca0f69aeccfb93765685b643
GitTreeState: false
BuildDate: 2023-12-26T14:29:46Z
BuiltBy: goreleaser
GoVersion: go1.21.5
Compiler: gc
ModuleSum: h1:QobII7SSYWboSNQO7sCOjKr5NjKZN+f41IMtseI1yKs=
Platform: darwin/arm64 $ goreleaser release --clean --snapshot --skip docker
• starting release...
• loading path=.goreleaser.yaml
• skipping announce, docker, publish and validate...
• loading environment variables
• getting and validating git state
• git state commit=b5e1185b90f0c28150121879e295490ed27c44d0 branch=chore-update-goreleaser-to-1230 current_tag=v0.15.20 previous_tag=v0.15.19 dirty=true
• pipe skipped reason=disabled during snapshot mode
• parsing tag
• setting defaults
• snapshotting
• building snapshot... version=b5e1185b90f0c28150121879e295490ed27c44d0
• running before hooks
• running hook=go mod download
• 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/starboard-operator_linux_s390x/starboard-operator
• building binary=dist/starboard-operator_linux_arm_7/starboard-operator
• building binary=dist/starboard_darwin_amd64_v1/starboard
• building binary=dist/starboard_windows_amd64_v1/starboard.exe
• building binary=dist/starboard-operator_linux_arm64/starboard-operator
• building binary=dist/starboard_darwin_arm64/starboard
• building binary=dist/starboard_windows_arm64/starboard.exe
• building binary=dist/starboard_linux_amd64_v1/starboard
• building binary=dist/starboard_linux_arm64/starboard
• building binary=dist/starboard_linux_arm_7/starboard
• building binary=dist/starboard_windows_arm_7/starboard.exe
• building binary=dist/starboard-operator_linux_amd64_v1/starboard-operator
• building binary=dist/starboard-operator_linux_ppc64le/starboard-operator
• building binary=dist/starboard-operator-fips_linux_amd64_v1/starboard-operator-fips
• building binary=dist/starboard-operator-fips_linux_arm_7/starboard-operator-fips
• building binary=dist/starboard-operator-fips_linux_arm64/starboard-operator-fips
• building binary=dist/starboard-operator-fips_linux_s390x/starboard-operator-fips
• building binary=dist/starboard-operator-fips_linux_ppc64le/starboard-operator-fips
• building binary=dist/starboard-scanner-aqua_linux_amd64_v1/starboard-scanner-aqua
• building binary=dist/starboard-scanner-aqua_linux_arm_7/starboard-scanner-aqua
• building binary=dist/starboard-scanner-aqua_linux_arm64/starboard-scanner-aqua
• took: 8s
• archives
• creating archive=dist/starboard_darwin_x86_64.tar.gz
• creating archive=dist/starboard_linux_ARM64.tar.gz
• creating archive=dist/starboard_linux_ARM.tar.gz
• creating archive=dist/starboard_linux_x86_64.tar.gz
• creating archive=dist/starboard_windows_x86_64.zip
• creating archive=dist/starboard_windows_ARM.zip
• creating archive=dist/starboard_windows_ARM64.zip
• creating archive=dist/starboard_darwin_ARM64.tar.gz
• took: 4s
• calculating checksums
• storing release metadata
• writing file=dist/artifacts.json
• writing file=dist/metadata.json
• release succeeded after 12s
• thanks for using goreleaser! The warning was resolved. $ ls dist
artifacts.json starboard-operator_linux_amd64_v1 starboard_darwin_amd64_v1 starboard_windows_ARM.zip
checksums.txt starboard-operator_linux_arm64 starboard_darwin_arm64 starboard_windows_ARM64.zip
config.yaml starboard-operator_linux_arm_7 starboard_darwin_x86_64.tar.gz starboard_windows_amd64_v1
metadata.json starboard-operator_linux_ppc64le starboard_linux_ARM.tar.gz starboard_windows_arm64
starboard-operator-fips_linux_amd64_v1 starboard-operator_linux_s390x starboard_linux_ARM64.tar.gz starboard_windows_arm_7
starboard-operator-fips_linux_arm64 starboard-scanner-aqua_linux_amd64_v1 starboard_linux_amd64_v1 starboard_windows_x86_64.zip
starboard-operator-fips_linux_arm_7 starboard-scanner-aqua_linux_arm64 starboard_linux_arm64
starboard-operator-fips_linux_ppc64le starboard-scanner-aqua_linux_arm_7 starboard_linux_arm_7
starboard-operator-fips_linux_s390x starboard_darwin_ARM64.tar.gz starboard_linux_x86_64.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Resolve the following warning.
https://github.com/aquasecurity/starboard/actions/runs/7774726668/job/21199969973#step:8:30
https://goreleaser.com/deprecations/#builds-for-windowsarm64
Related issues
Remove this section if you don't have related PRs.
Checklist