We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1945f99 commit bed9a1eCopy full SHA for bed9a1e
Build.Docker.ps1
@@ -6,7 +6,7 @@ $framework = "net6.0"
6
$image = "datalust/seqcli"
7
$archs = @(
8
@{ rid = "x64"; platform = "linux/amd64" },
9
- @{ rid = "arm64"; platform = "linux/arm/v8" }
+ @{ rid = "arm64"; platform = "linux/arm64/v8" }
10
)
11
12
function Execute-Tests
0 commit comments