Skip to content

Commit

Permalink
32b does not exist on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Sep 24, 2024
1 parent a472e8f commit 94ab3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public async Task ARM()
var testState = TestState.New(
"run",
"--convention=Release",
"--target-platform=linux/x86,linux/arm64",
"--target-platform=linux/x64,linux/arm64",
"--build-version", SemVer.Random.ToString());

// Act
Expand Down

0 comments on commit 94ab3d3

Please sign in to comment.