Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Add script to build in docker (for mac) and change deb arch to all, s…
Browse files Browse the repository at this point in the history
…o it can be installed on armhf
  • Loading branch information
YurNaybor committed Jan 30, 2021
1 parent 91928d1 commit af09369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker run -ti --rm -v $(pwd):/usr/src --workdir /usr/src debian:buster-slim /bin/bash -c /usr/src/build-deb.sh
2 changes: 1 addition & 1 deletion src/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: web
Version: 0.1
Priority: optional
Maintainer: "Benjamin Voigt" <de_doener@web.de>
Architecture: amd64
Architecture: all
Depends: fusiondirectory, slapd
Description: Nextcloud plugin for fusiondirectory
Install LDAP schema and fusiondirectory extension
Expand Down

0 comments on commit af09369

Please sign in to comment.