Skip to content

Commit

Permalink
ci(build): Add arm64 to build (#463)
Browse files Browse the repository at this point in the history
* Update tuf-client.yml

add `arm64` to `goarch`

Signed-off-by: udf2457 <udf2457@users.noreply.github.com>

* Update tuf.yml

add `arm64` to `goarch`

Signed-off-by: udf2457 <udf2457@users.noreply.github.com>

---------

Signed-off-by: udf2457 <udf2457@users.noreply.github.com>
  • Loading branch information
udf2457 authored Apr 8, 2023
1 parent ab35782 commit c7d649b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser/tuf-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- windows
goarch:
- amd64
- arm64
main: ./cmd/tuf-client/
source:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions .goreleaser/tuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- windows
goarch:
- amd64
- arm64
main: ./cmd/tuf/
source:
enabled: true
Expand Down

0 comments on commit c7d649b

Please sign in to comment.