Better templating error message, container builds justfile recipes
Some checks are pending
/ verify (push) Waiting to run
Some checks are pending
/ verify (push) Waiting to run
This commit is contained in:
parent
56a9541fdf
commit
2a4165e9e0
5 changed files with 78 additions and 19 deletions
|
|
@ -9,9 +9,9 @@ if podman container exists "$tag"; then
|
|||
fi
|
||||
|
||||
if [ "$suffix" = 'debian-dev' ]; then
|
||||
cp -v ../target/x86_64-unknown-linux-gnu/release/en en
|
||||
cp -v ../target/x86_64-unknown-linux-gnu/debug/en en
|
||||
elif [ "$suffix" = 'alpine-dev' ]; then
|
||||
cp -v ../target/x86_64-unknown-linux-musl/release/en en
|
||||
cp -v ../target/x86_64-unknown-linux-musl/debug/en en
|
||||
fi
|
||||
|
||||
podman build \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue