Skip to content

Commit 34919f4

Browse files
committed
disable arm64 linux for now
Signed-off-by: Tomas Slusny <[email protected]>
1 parent 740db0c commit 34919f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-natives.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest' && matrix.runtime == 'linux-arm64'
7777
run: |
7878
sudo dpkg --add-architecture arm64
79-
# Remove arm64 entries from the main sources.list
80-
sudo sed -i '/^deb .*arm64/ d' /etc/apt/sources.list
8179
# Modify main sources.list to be explicitly amd64
8280
sudo sed -i 's/^deb /deb [arch=amd64] /g' /etc/apt/sources.list
8381
# Create clean sources for arm64

0 commit comments

Comments
 (0)