arkisto/Makefile

18 lines
315 B
Makefile
Raw Normal View History

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