Skip to content

Commit

Permalink
ci: use debian:unstable to get riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 11, 2023
1 parent 7aed8b2 commit fd2f3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/riscv64_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
distro: [
alpine,
# centos,
# debian, # currently only debian:sid not latest
debian, # currently only unstable not latest
# fedora,
# opensuse,
ubuntu]
#ubuntu,
]
fail-fast: false
env:
DISTRO: riscv64_${{ matrix.distro }}
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/debian
FROM debian:latest AS env
FROM debian:unstable AS env
# Install system build dependencies
ENV PATH=/usr/local/bin:$PATH
RUN apt-get update -qq \
Expand Down

0 comments on commit fd2f3ce

Please sign in to comment.