forked from quentin/quentin.dufour.io
Update Article “2023-04-12-un-outil-sans-daemon-pour-gérer-ses-artefacts-de-build”
This commit is contained in:
parent
30ca120b19
commit
fddeb0c9c8
1 changed files with 6 additions and 5 deletions
|
@ -231,9 +231,10 @@ Se pose aussi la question du triple LLVM, c'est ce qui est utilisé par Rust, ma
|
|||
Donc on pourrait avoir ces URL :
|
||||
|
||||
```
|
||||
<host>/df-dist-v1/<name>/<tag>/<go_os>/<go_arch>/<binary>
|
||||
<host>/df-dist-v1/<name>/<tag>/manifest
|
||||
<host>/df-dist-v1/<name>/list
|
||||
list tags: <host>/df-dist-v1/<name>
|
||||
list arch: <host>/df-dist-v1/<name>/<tag>
|
||||
blobs: <host>/df-dist-v1/<name>/<tag>/<go_os>/<go_arch>/<binary>
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue