Skip to content

Commit d1809c8

Browse files
authored
Build artifacts for riscv64 (#2159)
* Build artifacts for riscv64 Co-authored by: nijincheng@iscas.ac.cn; Signed-off-by: ffgan <sudoemt@gmail.com> * Update Go version to 1.24 in release.yaml Co-authored by: nijincheng@iscas.ac.cn; Signed-off-by: ffgan <sudoemt@gmail.com> --------- Signed-off-by: ffgan <sudoemt@gmail.com>
1 parent 7471efd commit d1809c8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: git fetch --prune --unshallow
1818
- uses: actions/setup-go@v6
1919
with:
20-
go-version: 1.21
20+
go-version: 1.24
2121
check-latest: true
2222
- uses: goreleaser/goreleaser-action@v6.4.0
2323
id: run-goreleaser

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ builds:
2525
- arm64
2626
- 386
2727
- s390x
28+
- riscv64
2829
- ppc64le
2930
goos:
3031
- linux
@@ -52,6 +53,7 @@ builds:
5253
- arm64
5354
- 386
5455
- s390x
56+
- riscv64
5557
- ppc64le
5658
goos:
5759
- linux
@@ -80,6 +82,7 @@ builds:
8082
- arm64
8183
- 386
8284
- s390x
85+
- riscv64
8386
- ppc64le
8487
goos:
8588
- linux

cmd/crane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A collection of useful things you can do with `crane` is [here](recipes.md).
2727

2828
```sh
2929
$ OS=Linux # or Darwin, Windows
30-
$ ARCH=x86_64 # or arm64, x86_64, armv6, i386, s390x
30+
$ ARCH=x86_64 # or arm64, x86_64, armv6, i386, s390x, riscv64
3131
$ curl -sL "https://github.com/google/go-containerregistry/releases/download/${VERSION}/go-containerregistry_${OS}_${ARCH}.tar.gz" > go-containerregistry.tar.gz
3232
```
3333

0 commit comments

Comments
 (0)