Skip to content

Commit

Permalink
Simplify build and add build of armv8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducatel committed Oct 20, 2017
1 parent ae00bcc commit 88b2e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ sudo: required
services:
- docker

script:
- mvn package

after_success:
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- if [ "$TRAVIS_BRANCH" == "master" ]; then
Expand All @@ -20,4 +17,7 @@ after_success:
docker push plantuml/plantuml-server:jetty;
docker push plantuml/plantuml-server:latest;

docker build -t plantuml/plantuml-server:armv8a -f Dockerfile.armv8a . ;
docker push plantuml/plantuml-server:armv8a;

fi

0 comments on commit 88b2e80

Please sign in to comment.