This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Plume
/
Plume
Watch
6
Star
11
Fork
9
Code
Issues
141
Pull Requests
11
Releases
5
Wiki
Activity
Browse Source
Add script to prebuild in Docker container
pull/864/head
Kitaiti Makoto
1 month ago
parent
254eef6a2a
commit
3ac94b3e43
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
script/prebuild-in-docker.sh
+ 6
- 0
script/prebuild-in-docker.sh
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -euo pipefail
version="$1"
docker run --rm -v $PWD:/repo -v $PWD/pkg:/pkg -v $PWD/script/prebuild.sh:/prebuild.sh plumeorg/plume-buildenv:v0.3.0 /prebuild.sh "$version" /repo /prebuild /pkg
Write
Preview
Loading…
Cancel
Save