Skip to content

Commit a207e63

Browse files
authored
Add riscv64 to the library
1 parent 44b6794 commit a207e63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/lib/src/library.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ String _imageData(Iterable<String> tags, String channel) =>
3030
'''
3131
3232
Tags: ${tags.join(', ')}
33-
Architectures: amd64, arm32v7, arm64v8
33+
Architectures: amd64, arm32v7, arm64v8, riscv64
3434
Directory: $channel/trixie
3535
''';
3636

scripts/test/library_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ GitFetch: refs/heads/main
3131
GitCommit: abcdef
3232
3333
Tags: 2.12.4-sdk, 2.12-sdk, 2-sdk, stable-sdk, sdk, 2.12.4, 2.12, 2, stable, latest
34-
Architectures: amd64, arm32v7, arm64v8
34+
Architectures: amd64, arm32v7, arm64v8, riscv64
3535
Directory: stable/trixie
3636
3737
Tags: 2.13.0-211.6.beta-sdk, beta-sdk, 2.13.0-211.6.beta, beta
38-
Architectures: amd64, arm32v7, arm64v8
38+
Architectures: amd64, arm32v7, arm64v8, riscv64
3939
Directory: beta/trixie
4040
''';
4141

@@ -58,7 +58,7 @@ GitFetch: refs/heads/main
5858
GitCommit: abcdef
5959
6060
Tags: 2.13.0-sdk, 2.13-sdk, 2-sdk, stable-sdk, sdk, 2.13.0, 2.13, 2, stable, latest, beta-sdk, beta
61-
Architectures: amd64, arm32v7, arm64v8
61+
Architectures: amd64, arm32v7, arm64v8, riscv64
6262
Directory: stable/trixie
6363
''';
6464

@@ -86,7 +86,7 @@ GitFetch: refs/heads/main
8686
GitCommit: abcdef
8787
8888
Tags: 2.13.0-sdk, 2.13-sdk, 2-sdk, stable-sdk, sdk, 2.13.0, 2.13, 2, stable, latest, beta-sdk, beta
89-
Architectures: amd64, arm32v7, arm64v8
89+
Architectures: amd64, arm32v7, arm64v8, riscv64
9090
Directory: stable/trixie
9191
''';
9292

0 commit comments

Comments
 (0)