## Updating repository https://github.com/sirikon/workr.git
From https://github.com/sirikon/workr
6492a5b..1374a66 master -> origin/master
* [new tag] v0.3.1 -> v0.3.1
Updating 6492a5b..1374a66
Fast-forward
Makefile | 7 +++++++
docs/docs.md | 13 ++++++++-----
scripts/build | 3 +--
shard.yml | 2 +-
4 files changed, 17 insertions(+), 8 deletions(-)
create mode 100644 Makefile
Building builder
Step 1/11 : FROM alpine:3.12
---> a24bb4013296
Step 2/11 : RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
---> Using cache
---> 9849c12ccbe8
Step 3/11 : RUN apk add --update --no-cache bash crystal=0.35.1-r0 shards=0.11.1-r1 musl-dev zlib-dev zlib-static libressl-dev
---> Using cache
---> 1e87899bb790
Step 4/11 : WORKDIR /builder
---> Using cache
---> 301b7ce96291
Step 5/11 : COPY ./scripts ./scripts
---> 069fde304c88
Step 6/11 : COPY ./shard.yml .
---> e28949dcefd2
Step 7/11 : COPY ./shard.lock .
---> cc547b656469
Step 8/11 : RUN ./scripts/install-dependencies
---> Running in 0d2d935b20df
Resolving dependencies
Fetching https://github.com/tbrand/router.cr.git
Fetching https://github.com/luislavena/radix.git
Fetching https://github.com/crystal-community/jwt.git
Fetching https://github.com/stakach/openssl_ext.git
Fetching https://github.com/spider-gazelle/bindata.git
Installing radix (0.3.9)
Installing router (0.2.7)
Installing openssl_ext (1.2.2)
Installing bindata (1.5.6)
Installing jwt (1.4.2)
Removing intermediate container 0d2d935b20df
---> b6a338b46c66
Step 9/11 : COPY ./src ./src
---> 149d6f8e73d7
Step 10/11 : COPY ./spec ./spec
---> c921a9034f1d
Step 11/11 : RUN ./scripts/build static
---> Running in 902c935bdfb6
.....
Finished in 1.65 milliseconds
5 examples, 0 failures, 0 errors, 0 pending
Dependencies are satisfied
Building: workr
Removing intermediate container 902c935bdfb6
---> 179bcda3663e
Successfully built 179bcda3663e
Successfully tagged workr-builder:latest
Recreating docker_builder_1 ...
Recreating docker_builder_1 ... done
Attaching to docker_builder_1
docker_builder_1 exited with code 0
## Packaging into tar ./out/workr-0.3.2-linux-amd64.tar.gz
## Packaging into deb ./out/workr-0.3.2-linux-amd64.deb
dpkg-deb: building package 'workr' in 'workr.deb'.
## Creating release Workr 0.3.2 (sirikon/workr#1374a6692d628bc622c4ecb32e718b20e9e640b9)
## Uploading workr-0.3.2-linux-amd64.tar.gz
## Uploading workr-0.3.2-linux-amd64.deb
## Download links:
https://github.com/sirikon/workr/releases/download/v0.3.2/workr-0.3.2-linux-amd64.deb
https://github.com/sirikon/workr/releases/download/v0.3.2/workr-0.3.2-linux-amd64.tar.gz