Skip to content

Commit

Permalink
ci: introduce archs
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Feb 2, 2024
1 parent c0488be commit bea57b7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions hack/lib/target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ function seal::target::build_tags() {
}

readonly DEFAULT_BUILD_PLATFORMS=(
linux/amd64
linux/arm64
darwin/amd64
darwin/arm64
freebsd/386
freebsd/amd64
freebsd/arm
linux/386
linux/amd64
linux/arm64
linux/arm
windows/arm64
windows/amd64
)

Expand Down

0 comments on commit bea57b7

Please sign in to comment.