Create Buster build for older libc compatibility
This commit is contained in:
parent
4db64df278
commit
fc3724683a
2 changed files with 9 additions and 0 deletions
8
build-buster.sh
Executable file
8
build-buster.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# this will probably work with docker just as well as podman
|
||||||
|
|
||||||
|
podman run --rm \
|
||||||
|
-v ..:/usr/src/build/ \
|
||||||
|
-v ./buster-target:/usr/src/build/webmetro/target \
|
||||||
|
-w /usr/src/build/webmetro \
|
||||||
|
rust:1-buster cargo build --release
|
1
buster-target/.gitignore
vendored
Normal file
1
buster-target/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*
|
Loading…
Reference in a new issue