Skip to content

Commit

Permalink
Use CNI ubuntu riscv docker image (#436)
Browse files Browse the repository at this point in the history
Use the CNI docker image based on Ubuntu for building riscv
  • Loading branch information
emlowe authored Oct 23, 2023
2 parents 7f10927 + 964106b commit c3aeac1
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 c3aeac1

Please sign in to comment.