mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
dpkg --add-arch inside override-build
This commit is contained in:
parent
d01af8fa38
commit
f88e670ea8
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ parts:
|
|||
- PIP_USE_PEP517: "true"
|
||||
- PKG_CONFIG_PATH: "/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pkgconfig"
|
||||
override-build: |
|
||||
dpkg --add-architecture "armhf"
|
||||
apt-get update
|
||||
python3 -m venv "${CRAFT_PART_INSTALL}"
|
||||
"${CRAFT_PART_INSTALL}/bin/python3" "${CRAFT_PART_SRC}/tools/pipstrap.py"
|
||||
craftctl default
|
||||
|
|
|
|||
Loading…
Reference in a new issue