Rename folders (#97)

* Rename arkd folder & drop cli

* Rename ark cli folder & update docs

* Update readme

* Fix

* scripts: add build-all

* Add target to build cli for all platforms

* Update build scripts

---------

Co-authored-by: tiero <3596602+tiero@users.noreply.github.com>
This commit is contained in:
Pietralberto Mazza
2024-02-09 19:32:58 +01:00
committed by GitHub
parent 0d8c7bffb2
commit dc00d60585
119 changed files with 154 additions and 449 deletions

View File

@@ -6,14 +6,14 @@ on:
tags:
- "*"
paths:
- "asp/**"
- "server/**"
jobs:
goreleaser:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./asp
working-directory: ./server
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"