Skip to content

Commit 1e22aaf

Browse files
committed
temporarily comment out broken target
1 parent 81c29b4 commit 1e22aaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- os: ubuntu-latest
3636
target: x86_64-unknown-linux-gnu
3737
container: centos:7
38-
- os: ubuntu-24.04
39-
target: aarch64-unknown-linux-gnu
40-
container: centos:7
38+
# - os: ubuntu-24.04 #TODO why doesn't this work
39+
# target: aarch64-unknown-linux-gnu
40+
# container: centos:7
4141
# - os: ubuntu-latest
4242
# target: x86_64-unknown-linux-musl
4343
# container: alpine:3.19

0 commit comments

Comments
 (0)