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 81c29b4 commit 1e22aafCopy full SHA for 1e22aaf
.github/workflows/dotnet.yml
@@ -35,9 +35,9 @@ jobs:
35
- os: ubuntu-latest
36
target: x86_64-unknown-linux-gnu
37
container: centos:7
38
- - os: ubuntu-24.04
39
- target: aarch64-unknown-linux-gnu
40
- container: centos:7
+# - os: ubuntu-24.04 #TODO why doesn't this work
+# target: aarch64-unknown-linux-gnu
+# container: centos:7
41
# - os: ubuntu-latest
42
# target: x86_64-unknown-linux-musl
43
# container: alpine:3.19
0 commit comments