Skip to content

Commit

Permalink
back to risc
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jul 23, 2024
1 parent ce0b9e1 commit 8384e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-22.04-risc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
docker-context: "./ubuntu-22.04-risc"
dockerfile: "./ubuntu-22.04-risc/Dockerfile"
dockerhub_imagename: "chianetwork/ubuntu-22.04-risc-builder"
# docker-platforms: linux/riscv64
docker-platforms: linux/riscv64
image_subpath: "ubuntu-22.04-risc-builder"
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal as base
FROM riscv64/ubuntu:focal as base

RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y tree build-essential cmake curl wget git make pkg-config libgmp-dev libboost-dev libssl-dev zlib1g zlib1g-dev libreadline-dev libffi-dev && \
Expand Down

0 comments on commit 8384e02

Please sign in to comment.