From a207e63cd0497c14dec2fef6aff2855fa35ba2e2 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Thu, 14 Aug 2025 10:17:49 +0200 Subject: [PATCH] Add riscv64 to the library --- scripts/lib/src/library.dart | 2 +- scripts/test/library_test.dart | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/lib/src/library.dart b/scripts/lib/src/library.dart index 8b39594..1838bfd 100644 --- a/scripts/lib/src/library.dart +++ b/scripts/lib/src/library.dart @@ -30,7 +30,7 @@ String _imageData(Iterable tags, String channel) => ''' Tags: ${tags.join(', ')} -Architectures: amd64, arm32v7, arm64v8 +Architectures: amd64, arm32v7, arm64v8, riscv64 Directory: $channel/trixie '''; diff --git a/scripts/test/library_test.dart b/scripts/test/library_test.dart index 06ebaeb..5f8787a 100644 --- a/scripts/test/library_test.dart +++ b/scripts/test/library_test.dart @@ -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 '''; @@ -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 '''; @@ -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 ''';