Skip to content

Commit

Permalink
Use CNI ubuntu riscv docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 20, 2023
1 parent 7f10927 commit 964106b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
platforms: riscv64

- name: Build and Test
run: |
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-dev python3-pip && \
cmake --version && \
uname -a && \
pip wheel -w dist . && \
Expand Down

0 comments on commit 964106b

Please sign in to comment.