mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
build(32-bit): Move a few docker files out of root of repo
This commit is contained in:
parent
092fb99a17
commit
e7b07a556f
3 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
set -e
|
||||
|
||||
# --rm \
|
||||
docker build -t n1-32 -f ./docker/ubuntu32/Dockerfile .
|
||||
docker build -t n1-32 -f ./build/resources/linux/docker/ubuntu32/Dockerfile .
|
||||
docker run \
|
||||
--env PUBLISH_BUILD="$PUBLISH_BUILD" \
|
||||
--env TRAVIS="$TRAVIS" \
|
||||
--env TRAVIS_PULL_REQUEST="$TRAVIS_PULL_REQUEST" \
|
||||
--env TRAVIS_BRANCH="$TRAVIS_BRANCH" \
|
||||
n1-32 /usr/bin/linux32 /n1/script/dockerbuild
|
||||
n1-32 /usr/bin/linux32 /n1/build/resources/linux/docker/dockerbuild
|
||||
docker rmi n1-32
|
Loading…
Reference in a new issue