Commit Graph

9 Commits

Author SHA1 Message Date
greizgh 76e181728b
License project under GPLv3 (#27) 2020-11-20 10:23:16 +01:00
Christian Eriksson 9989534983
Support for arm32v7 (#25)
* Move Dockerfile.patch files to architecture dependent directories

Need a way to distinguish between patches when we implement support for other architectures.
Putting them in different paths seems simple and straight forward enough.

* Add -a option to support arm32v7 and amd64 architectures

Previous releases lacked support for compiling for arm32v7 architecture.
In order to keep previous behaviour the default is set to amd64. Using the
-a option, users can now choose between arm32v7 and amd64. If arm32v7 is
used only the Buster release of debian is supported. The limitation is
due to the libmariadb3:armhf dependency not being avaliable in earlier
debian releases.

* Update documentation to detail the -a option

* Remove reference to local dirs

* Set debian package to report correct architecture for arm32v7 build

* Format arm32v7 Dockerfile.patch to match the amd64

* Handle architecture property in control file dynamically

Similar to version, the architecture property in the control file should be
handled dynamically. The build script will now replace the architecture prop
from control.dist to match the choosen architecture.
2020-11-10 11:08:37 +01:00
Masgalor 7e9b0d79bb
Fetch the newest upstream version from github api (#17)
* Set the newest upstream version as default

Instead of hardcoding the default version the latest upstream release should be used.

* Add curl as dependency
2020-06-27 14:45:48 +02:00
Thomas Meckel 72fc13f80b Add support for different Debian versions (#8) 2019-12-02 22:32:28 +01:00
Greizgh a29a39591f Bump v1.10.0 2019-09-09 21:38:39 +02:00
Greizgh 61ccfcc449 Fix typo 2019-03-27 10:39:12 +01:00
Greizgh d89e259a90 Do not duplicate Dockerfile
The packaging Dockerfile will be generated by patching the one
in bitwarden_rs sources.
2019-03-27 10:22:05 +01:00
Greizgh c7f1ca8b72 Add post installation section 2019-03-26 19:00:42 +01:00
Greizgh f41989326e Add a readme 2019-03-26 18:45:22 +01:00