رسم بياني للالتزام

6 الالتزامات

المؤلف SHA1 الرسالة التاريخ
Jason Baker
92d4cba7a9 Revert "Add support for cross-platform builds including linux/amd64 and linux/arm64/v8 (#38)" (#39)
This reverts commit 74f8f822bd.

Co-authored-by: Jason Baker <jbaker@gosonar.com>
2024-11-27 18:08:28 +02:00
Jason Baker
74f8f822bd Add support for cross-platform builds including linux/amd64 and linux/arm64/v8 (#38)
* use docker buildx for multiplatform build

* more verbose echos about behavior in build/push step

* echo instead of comment

---------

Co-authored-by: Jason Baker <jbaker@gosonar.com>
2024-11-26 23:01:08 +02:00
zstadler
f06f2beb48 Build scripts refactoring (#33)
* Build scripts refactoring

`.github/build-and-upload.sh` to use `build.sh`
Related to  #32

* Update build.sh

Following review comments
2023-01-12 11:24:39 +02:00
zstadler
7b50d771d5 Add missing execute permissions for .sh files (#31)
Resolve #28
2022-12-29 22:35:42 +02:00
zstadler
c9d7c2865d build.sh: accept an optional graphhopper tag
```
Build a docker image

Usage:
  ./build.sh [<tag> | --help]

Argument:
  <tag>   Build an image for the given graphhopper repository tag [default: master]

Option:
  --help  Print this message
```
2022-12-01 17:41:27 +02:00
zstadler
523f949108 move build script to top direcctory 2022-11-16 17:14:23 +02:00