Skip to content

Commit 1db6daa

Browse files
remove linux arm64
1 parent 5cbf121 commit 1db6daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- { os: macos-latest, arg: --mac --x64, target: x86_64-apple-darwin }
1717
- { os: macos-latest, arg: --mac --arm64, target: aarch64-apple-darwin }
1818
- { os: ubuntu-latest, arg: --linux --x64, target: x86_64-unknown-linux-gnu }
19-
- { os: ubuntu-latest, arg: --linux --arm64, target: aarch64-unknown-linux-gnu }
19+
# - { os: ubuntu-latest, arg: --linux --arm64, target: aarch64-unknown-linux-gnu }
2020
- { os: windows-latest, arg: --windows --x64, target: x86_64-pc-windows-msvc }
2121
- { os: windows-latest, arg: --windows --arm64, target: aarch64-pc-windows-msvc }
2222
steps:

0 commit comments

Comments
 (0)