Jacob McCann
5 years ago
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72
2 changed files with
4 additions and
2 deletions
-
CHANGELOG.md
-
build-docker.sh
|
|
@ -1,3 +1,6 @@ |
|
|
|
## 6.1-0.12.11 (2019-10-18) |
|
|
|
* Update embedded TF to `0.12.11` |
|
|
|
|
|
|
|
## 6.1-0.12.10 (2019-10-15) |
|
|
|
* Update embedded TF to `0.12.10` |
|
|
|
|
|
|
|
|
|
@ -11,9 +11,8 @@ fi |
|
|
|
|
|
|
|
major=$(echo $tag | awk -F. '{print $1}') |
|
|
|
minor=$(echo $tag | awk -F. '{print $2}') |
|
|
|
# patch=$(echo $tag | awk -F. '{print $3}') |
|
|
|
|
|
|
|
tf_ver="0.12.10" |
|
|
|
tf_ver="0.12.11" |
|
|
|
|
|
|
|
echo "Confirm building images for:" |
|
|
|
echo " MAJOR: ${major}" |
|
|
|