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 740db0c commit 34919f4Copy full SHA for 34919f4
.github/workflows/build-natives.yml
@@ -76,8 +76,6 @@ jobs:
76
if: matrix.os == 'ubuntu-latest' && matrix.runtime == 'linux-arm64'
77
run: |
78
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
81
# Modify main sources.list to be explicitly amd64
82
sudo sed -i 's/^deb /deb [arch=amd64] /g' /etc/apt/sources.list
83
# Create clean sources for arm64
0 commit comments