~armagetronad-dev/armagetronad/0.2.8-armagetronad-work

« back to all changes in this revision

Viewing changes to docker/images/build_armadeploy_64.sh

  • Committer: Manuel Moos (From GitLab CI)
  • Date: 2020-06-01 08:21:51 UTC
  • mfrom: (1166.1.98 master)
  • Revision ID: z-man@users.sf.net-20200601082151-qludv3x0h9uz2c9x
Merge CI system from 0.2.8.3 with adaptions

Adaptions:
Bump docker label versions
Switch release track to CURRENT

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
# builds an deploy capable machine
 
4
 
 
5
wd="`dirname $0`"
 
6
${wd}/build_armabuild.sh amd64/ubuntu:16.04 armadeploy_64 --target armadeploy
 
7
 
 
8