Skip to content

Commit 9a283af

Browse files
author
Lawrence Nahum
committed
add ubuntu 19.04 to the release package
1 parent 72b37a3 commit 9a283af

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.gitlab-ci.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ linux_py3_debug:
3737
- ./tools/cleanup.sh && ./tools/autogen.sh
3838
- PYTHON_VERSION=3.5 DEBUG_WALLY=--enable-debug ./tools/travis_build.sh
3939

40-
ubuntu_release:
40+
ubuntu_18.04_release:
4141
image: greenaddress/wallycore@sha256:059eeaa5c61df5403fd28d6ea556c317d5809f7274e27901d0f09288a316bb53
4242
artifacts:
4343
expire_in: 1 day
@@ -51,6 +51,20 @@ ubuntu_release:
5151
- cd $CI_PROJECT_DIR
5252
- ./tools/build_python_wheels.sh python3
5353

54+
ubuntu_19.04_release:
55+
image: greenaddress/wallycore@sha256:dd66cf18815756de37238c5fdfafc38c80076ce93d9ce644e517143894f24350
56+
artifacts:
57+
expire_in: 1 day
58+
name: wallycore-bindings
59+
when: on_success
60+
paths:
61+
- wally_dist/*
62+
tags:
63+
- ga
64+
script:
65+
- cd $CI_PROJECT_DIR
66+
- ./tools/build_python_wheels.sh python3
67+
5468
osx_release:
5569
tags:
5670
- osx
@@ -155,7 +169,8 @@ package_release:
155169
script: cd $CI_PROJECT_DIR/wally_dist && /opt/process_release
156170
dependencies:
157171
- linux_release
158-
- ubuntu_release
172+
- ubuntu_18.04_release
173+
- ubuntu_19.04_release
159174
- osx_release
160175
- armv7l_release
161176
- arm64_release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM ubuntu:18.04@sha256:017eef0b616011647b269b5c65826e2e2ebddbe5d1f8c1e56b3599fb14fabec8
2-
COPY ubuntu_18.04_deps.sh /deps.sh
2+
COPY ubuntu_deps.sh /deps.sh
33
RUN /deps.sh && rm /deps.sh
44
VOLUME /wallycore

contrib/Dockerfile_ubuntu_19.04

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM ubuntu:19.04@sha256:d7f038fcfc5acdc73b7ec864537827085a17970fde9e8d2a7049b4f9d9c1d57a
2+
COPY ubuntu_deps.sh /deps.sh
3+
RUN /deps.sh && rm /deps.sh
4+
VOLUME /wallycore
File renamed without changes.

0 commit comments

Comments
 (0)