Skip to content

Commit

Permalink
Use CNI riscv docker image (#403)
Browse files Browse the repository at this point in the history
Use CNI riscv docker image based on Ubuntu
  • Loading branch information
emlowe committed Oct 21, 2023
1 parent f569a99 commit 2de2420
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
run: |
docker run --rm --platform linux/riscv64 \
-v ${{ github.workspace }}:/ws --workdir=/ws \
riscv64/debian:rc-buggy \
chianetwork/ubuntu-22.04-risc-builder:latest \
bash -exc '\
apt-get update && \
apt-get install -y cmake build-essential git python3-full python3-pip python3-dev && \
cmake --version && \
uname -a && \
export CP_USE_GREEN_REAPER=0 && \
Expand Down

0 comments on commit 2de2420

Please sign in to comment.