Skip to content

Commit bed9a1e

Browse files
authored
target arm64/v8 rather than arm/v8
1 parent 1945f99 commit bed9a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.Docker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $framework = "net6.0"
66
$image = "datalust/seqcli"
77
$archs = @(
88
@{ rid = "x64"; platform = "linux/amd64" },
9-
@{ rid = "arm64"; platform = "linux/arm/v8" }
9+
@{ rid = "arm64"; platform = "linux/arm64/v8" }
1010
)
1111

1212
function Execute-Tests

0 commit comments

Comments
 (0)