aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-12-03 18:55:00 +0100
committerAlex Auvolat <alex@adnab.me>2020-12-03 18:55:00 +0100
commit56c524bbea64a85d7ced56406b0855041783845f (patch)
treec459020a7a6dec6ed9ff3929cfebd3bc137eabf7 /Makefile
parent4061fc9fe801cf84bdfcdde10f4c62fa57563e12 (diff)
downloadnetapp-56c524bbea64a85d7ced56406b0855041783845f.tar.gz
netapp-56c524bbea64a85d7ced56406b0855041783845f.zip
Build docker container for basalt example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf2a928..0ec01f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
all:
cargo build
RUST_LOG=netapp=debug cargo run --example fullmesh -- -n 3242ce79e05e8b6a0e43441fbd140a906e13f335f298ae3a52f29784abbab500 -p 6c304114a0e1018bbe60502a34d33f4f439f370856c3333dda2726da01eb93a4894b7ef7249a71f11d342b69702f1beb7c93ec95fbcf122ad1eca583bb0629e7
+
+docker_basalt:
+ cargo build --release --example basalt
+ docker build -t lxpz/basalt_netapp_example:$(TAG) .
+ docker push lxpz/basalt_netapp_example:$(TAG)