Skip to content

Commit 3de31f7

Browse files
committed
ci: fix musl deployment
The docker image that the Linux binary is now built in does not have ASCII doc installed, so setup Cross to point to my own image with those tools installed.
1 parent e402d6c commit 3de31f7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Cross.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.x86_64-unknown-linux-musl]
2+
image = "burntsushi/x86_64-unknown-linux-musl:v0.1.14"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM japaric/x86_64-unknown-linux-musl:v0.1.14
2+
3+
RUN apt-get update \
4+
&& apt-get install -y --no-install-recommends \
5+
libxslt1-dev asciidoc docbook-xsl xsltproc libxml2-utils

0 commit comments

Comments
 (0)