docs(README): use git.cryptic.systems
Some checks failed
Release / sync-to-hub-docker-io (push) Blocked by required conditions
Lint Markdown files / markdown-lint (push) Failing after 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 13s
Release / push-amd64 (push) Has been cancelled
Some checks failed
Release / sync-to-hub-docker-io (push) Blocked by required conditions
Lint Markdown files / markdown-lint (push) Failing after 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 13s
Release / push-amd64 (push) Has been cancelled
This commit is contained in:
parent
6ebfca1f92
commit
191d8e99f3
@ -50,7 +50,7 @@ To use this image for building golang applications execute this in your root fol
|
||||
$ docker run \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
git.cryptic.systems/volker.raschek/build-image:latest \
|
||||
go build
|
||||
```
|
||||
|
||||
@ -64,7 +64,7 @@ $ docker run \
|
||||
--env MAKEPKG_PACKAGER="Max Mustermann <max.mustermann@example.com" \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
git.cryptic.systems/volker.raschek/build-image:latest \
|
||||
makepkg
|
||||
```
|
||||
|
||||
@ -76,6 +76,6 @@ If you want to compile instead go rust sourcecode, than you can do it similar to
|
||||
$ docker run \
|
||||
--rm \
|
||||
--volume ${PWD}:/workspace \
|
||||
volkerraschek/build-image:latest \
|
||||
git.cryptic.systems/volker.raschek/build-image:latest \
|
||||
cargo build --release
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user