Skip to content

Commit 1298963

Browse files
committed
Add linux/riscv64 to the build
1 parent 564e97d commit 1298963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
max-parallel: 4
1919
matrix:
20-
platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64"]
20+
platform: ["linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64", "linux/riscv64"]
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v6

0 commit comments

Comments
 (0)