Skip to content

Commit 72d1e37

Browse files
committed
try to fix arm64 buildsmaybe
Signed-off-by: Tomas Slusny <[email protected]>
1 parent a0d25f6 commit 72d1e37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-natives.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
if: matrix.os == 'ubuntu-latest' && matrix.runtime == 'linux-arm64'
6868
run: |
6969
sudo dpkg --add-architecture arm64
70+
# Remove arm64 entries from the main sources.list
71+
sudo sed -i '/^deb .*arm64/ d' /etc/apt/sources.list
7072
# Modify main sources.list to be explicitly amd64
7173
sudo sed -i 's/^deb /deb [arch=amd64] /g' /etc/apt/sources.list
7274
# Create clean sources for arm64

0 commit comments

Comments
 (0)