switch to musl, support post-build script
This commit is contained in:
parent
05e58b8e77
commit
2a81684f63
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -u
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "post-build.sh was run"
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue