Provide arm64 and armv7 #54
Annotations
1 error and 2 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c sudo apk --no-cache --virtual deps add patch cmake make ninja g++ pkgconf pcsc-lite-dev binutils-gold perl python3 wget mesa-dev libx11-dev libxkbcommon-dev fontconfig-dev freetype-dev xcb-util-wm-dev xcb-util-image-dev xcb-util-keysyms-dev xcb-util-renderutil-dev libxcb-dev && cd ~ && mkdir .config && mkdir build && cd build && wget https://github.com/Governikus/AusweisApp2/releases/download/${VERSION}/AusweisApp-${VERSION}.tar.gz && cmake -E tar xf AusweisApp-${VERSION}.tar.gz && cd ~/build && mkdir libs && cd libs && cmake ../AusweisApp-${VERSION}/libs/ -DCMAKE_BUILD_TYPE=Release -DDESTINATION_DIR=/home/ausweisapp/libs && cmake --build . -v && cd ~/build && mkdir aa2 && cd aa2 && cmake ../AusweisApp-${VERSION}/ -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_PREFIX_PATH=/home/ausweisapp/libs -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON -GNinja && cmake --build . -v && sudo cmake --install . && cd ~ && rm -rf build && cd libs && rm -rf include bin doc mkspecs translations phrasebooks ssl && cd lib && rm -rf pkgconfig cmake *.a *.la *.prl && rm -rf libQt6Nfc* libQt6Test* libQt6QuickTest* libQt6Bluetooth* && strip *.so && sudo apk --no-cache del deps" did not complete successfully: exit code: 2
|
docker
No Docker image version has been generated. Check tags input.
|
docker
No Docker tag has been generated. Check tags input.
|