Skip to content

Commit

Permalink
fix(ci): Linux ARM64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed Oct 7, 2023
1 parent 19124b9 commit f24202a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
# Add ARM64 Ubuntu repos
sed -E '/^deb/!d; s|.+/|deb [arch=arm64] http://ports.ubuntu.com/|' /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/sources-arm64.list
# Mark existing repos as x86_64 only
sed -i -E 's/^deb/deb [arch=amd64]/' /etc/apt/sources.list
sudo dpkg --add-architecture arm64
sudo bash -c 'apt update; true'
Expand Down

0 comments on commit f24202a

Please sign in to comment.