arkisto/Makefile

18 lines
315 B
Makefile
Raw Normal View History

2022-07-09 14:19:44 +00:00
2022-07-09 17:35:02 +00:00
all: build
2022-07-09 14:19:44 +00:00
build:
2022-07-09 17:35:02 +00:00
shards install
shards build --error-trace
2022-07-09 14:19:44 +00:00
docker: docker-build docker-test docker-push
docker-build:
2022-07-09 17:35:02 +00:00
docker build --file docker/Dockerfile -t glenux/openstack-arkisto .
2022-07-09 14:19:44 +00:00
docker-push:
docker push glenux/openstack-arkisto
docker-test:
docker run glenux/openstack-arkisto arkisto --version