nickva opened a new pull request, #38: URL: https://github.com/apache/couchdb-ci/pull/38
Noticed issues with both the qemu emulator for ARM (illegal instruction) and with building Erlang from source (openssl 3.0 compatibility) so opted to use the default erlang 24 from jammy and build for amd64 architecture only for the pushed image: ``` ERLANGVERSION=default ./build.sh buildx-platform ubuntu-jammy ``` To check out the image: ``` docker pull apache/couchdbci-ubuntu:jammy-erlang-default ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
