Skip to content

Commit

Permalink
Update for debootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
anderruiz committed Nov 15, 2023
1 parent b59e493 commit 4838dcf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ jobs:
- name: Install dependencies
if: matrix.arch == 'linux-arm64'
run: |
wget https://raw.githubusercontent.com/dotnet/runtime/main/eng/common/cross/build-rootfs.sh
chmod +x build-rootfs.sh
sudo ./build-rootfs.sh arm64 bionic
sudo apt-get update
sudo apt install clang
sudo apt-get install libtool
sudo apt-get install libssl-dev
sudo apt-get install -y make gcc libc-dev libpq-dev zlib1g-dev
sudo -E apt-get install -y libpam-dev libedit-dev libselinux1-dev
sudo -E apt-get install -y libssl-dev libkrb5-dev
sudo -E apt-get install -y binutils-aarch64-linux-gnu gcc-multilib
sudo -E apt-get install -y binutils-aarch64-linux-gnu gcc-multilib debootstrap
wget https://raw.githubusercontent.com/dotnet/runtime/main/eng/common/cross/build-rootfs.sh
chmod +x build-rootfs.sh
sudo ./build-rootfs.sh arm64 bionic

- uses: actions/checkout@v3

- name: Setup .NET
Expand Down

0 comments on commit 4838dcf

Please sign in to comment.