diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d121ded..6fb8fce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,19 @@ jobs: - uses: actions/checkout@v2 # Dependencies + - name: Change Apt repository + run: sudo sed -i 's|deb http://azure.archive.ubuntu.com/ubuntu/|deb [arch=amd64] http://archive.ubuntu.com/ubuntu/|' + - name: Add ARM repos + run: | + tee -a /etc/apt/sources.list.d/arm.list1 <