Skip to content

Commit

Permalink
update sources.list
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Sep 17, 2024
1 parent 268ce9f commit a206044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ampd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ jobs:
if [ "$ARCH" == "arm64" ]
then
sudo dpkg --add-architecture arm64
# add the arm64 architecture to the sources.list
sudo sed -i '/^deb / s/^deb /deb [arch=amd64,arm64] /' /etc/apt/sources.list
sudo apt-get update
fi
Expand Down

0 comments on commit a206044

Please sign in to comment.