Commit Graph

16 Commits (8628bba7e5ca378bab4ec1345120e203f1acbae8)

Author SHA1 Message Date
Suresh Sundriyal 1ec9fc8e22 [build] Remove unnecessary entries in the Dockerfile.
Cmake isn't used in the build script and make is installed on
the container image using apk and doesn't need to be compiled from
source.
1 year ago
Tim Stack 44d8e0d2af [build] use TARGETPLATFORM instead 1 year ago
Tim Stack c8fa534c7d [build] change the FROM in the Dockerfile 1 year ago
Suresh Sundriyal 9fe7f61f3f [container] Allow building a container for multiple platforms.
Take in the architecture as a build argument in the Dockerfile.

The various images can be built by passing in the ARCH build argument
while building the images:

```
* docker image build --build-arg ARCH=arm32v7 -t ... (arm32v7)
* docker image build --build-arg ARCH=arm64v8 -t ... (aarch64)
* docker image build  -t ... (amd64)
```

Re: #558
1 year ago
Tim Stack e3f4330377 [build] add --platform to Dockerfiles 1 year ago
Tim Stack c82bcf2b90 [build] add zstd-dev to alpine 1 year ago
Tim Stack d3d25bae4c [muslbuild] install more stuff 1 year ago
Tim Stack e6f5a95a80 [release] add zstd to alpine and some other release tweaks 1 year ago
Tim Stack f096824034 [build] general actions improvements 1 year ago
Tim Stack a403788d90 [build] fix some typos 1 year ago
Tim Stack 1cc35fd6be [build] move into extract 1 year ago
Tim Stack b529ecf979 [build] move to dockerfile 1 year ago
Tim Stack b357efea7a [build] fix ncurses url 1 year ago
Tim Stack 7a08a54f59 [build] install deps 1 year ago
Tim Stack 2c478c921f [build] downgrade alpine version 1 year ago
Tim Stack 156eb1d779 [build] more stuff 1 year ago