Skip to content

Commit

Permalink
fix(docker): use hard float
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Oct 23, 2023
1 parent c015e8f commit 2a2a071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.static-base.rv64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/darkness4/stage3:rv64_lp64-musl as builder
FROM ghcr.io/darkness4/stage3:rv64_lp64d-musl as builder

RUN PORTAGE_RSYNC_EXTRA_OPTS="-q" emerge --sync
RUN --mount=type=cache,target=/var/tmp/portage MAKEOPTS="-j$(nproc)" ACCEPT_KEYWORDS="~*" USE="static-libs -dav1d -encode -network -gpl -postproc -zlib -gnutls -bzip2 -opus" FFTOOLS="" emerge \
Expand Down

0 comments on commit 2a2a071

Please sign in to comment.