Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/lib/src/library.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ String _imageData(Iterable<String> tags, String channel) =>
'''

Tags: ${tags.join(', ')}
Architectures: amd64, arm32v7, arm64v8
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: $channel/trixie
''';

Expand Down
8 changes: 4 additions & 4 deletions scripts/test/library_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ GitFetch: refs/heads/main
GitCommit: abcdef

Tags: 2.12.4-sdk, 2.12-sdk, 2-sdk, stable-sdk, sdk, 2.12.4, 2.12, 2, stable, latest
Architectures: amd64, arm32v7, arm64v8
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: stable/trixie

Tags: 2.13.0-211.6.beta-sdk, beta-sdk, 2.13.0-211.6.beta, beta
Architectures: amd64, arm32v7, arm64v8
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: beta/trixie
''';

Expand All @@ -58,7 +58,7 @@ GitFetch: refs/heads/main
GitCommit: abcdef

Tags: 2.13.0-sdk, 2.13-sdk, 2-sdk, stable-sdk, sdk, 2.13.0, 2.13, 2, stable, latest, beta-sdk, beta
Architectures: amd64, arm32v7, arm64v8
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: stable/trixie
''';

Expand Down Expand Up @@ -86,7 +86,7 @@ GitFetch: refs/heads/main
GitCommit: abcdef

Tags: 2.13.0-sdk, 2.13-sdk, 2-sdk, stable-sdk, sdk, 2.13.0, 2.13, 2, stable, latest, beta-sdk, beta
Architectures: amd64, arm32v7, arm64v8
Architectures: amd64, arm32v7, arm64v8, riscv64
Directory: stable/trixie
''';

Expand Down
Loading