| commit | 4c2413b474a4222f49e443d55fa0412c894dcb9b | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Thu Oct 21 19:14:08 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Thu Oct 21 19:14:08 2021 +0400 |
| tree | 4d627006b843b756175c8238a8a9b02317ede8ab | |
| parent | 2b727729f8989ac0f65cd8cba3319082c0805ee5 [diff] [blame] |
Email: imap web client using alps
diff --git a/apps/alps/Makefile b/apps/alps/Makefile new file mode 100644 index 0000000..27074a1 --- /dev/null +++ b/apps/alps/Makefile
@@ -0,0 +1,5 @@ +image_arm64: + docker build --tag=giolekva/alps:latest . --platform=linux/arm64 + +push_arm64: image_arm64 + docker push giolekva/alps:latest