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 a0d25f6 commit 72d1e37Copy full SHA for 72d1e37
.github/workflows/build-natives.yml
@@ -67,6 +67,8 @@ jobs:
67
if: matrix.os == 'ubuntu-latest' && matrix.runtime == 'linux-arm64'
68
run: |
69
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
72
# Modify main sources.list to be explicitly amd64
73
sudo sed -i 's/^deb /deb [arch=amd64] /g' /etc/apt/sources.list
74
# Create clean sources for arm64
0 commit comments