Compare commits

...

2 commits

Author SHA1 Message Date
Aode (lion) 5099a3853f Ignore build artifacts 2021-09-07 10:43:50 -05:00
Aode (lion) d76c12c8b4 Version v0.1.0-r6 2021-09-07 10:37:19 -05:00
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target
/docker/prod/artifacts

View file

@ -55,7 +55,8 @@ function copy_binary() {
sudo docker run \
--rm -it \
-v "${pwd}/artifacts:/mnt" \
-u "${UID}:${GID}" \
-v "$(pwd)/artifacts:/mnt" \
asonix/$repo:$arch-$tag \
cp /opt/build/binary /mnt/${repo}-${arch}
}