Skip to content

Commit a98e76c

Browse files
Temporaly enable docker jammy build
1 parent d109abf commit a98e76c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:22.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

docker/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
PACKAGE_NAME=${PACKAGE_NAME:-python3-monero_main-1noble1_amd64}
4+
PACKAGE_NAME=${PACKAGE_NAME:-python3-monero_main-1jammy1_amd64}
55

66
git submodule update --init --recursive
77
echo "AAAA"
@@ -19,7 +19,7 @@ pip3 install . --target build/${PACKAGE_NAME}/usr/lib/python3/dist-packages
1919
cp -R src/python build/${PACKAGE_NAME}/usr/lib/python3/dist-packages/monero
2020
rm -rf build/${PACKAGE_NAME}/usr/lib/python3/dist-packages/pybind11*
2121
rm -rf build/${PACKAGE_NAME}/usr/lib/python3/dist-packages/bin
22-
cp -R debian build/${PACKAGE_NAME}/DEBIAN
22+
cp -R debian/jammy build/${PACKAGE_NAME}/DEBIAN
2323
cp external/monero-cpp/build/libmonero-cpp.so build/${PACKAGE_NAME}/usr/lib/
2424
dpkg-deb --build build/${PACKAGE_NAME}
2525

0 commit comments

Comments
 (0)