mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-26 19:00:33 +00:00
Bump to 5.0.0-1
This commit is contained in:
parent
869fe303fc
commit
3b2911fb5b
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -9,7 +9,7 @@ permissions:
|
||||
packages: write
|
||||
|
||||
env:
|
||||
QBT_VERSION: "4.6.7"
|
||||
QBT_VERSION: "5.0.0"
|
||||
|
||||
# This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version.
|
||||
# When `QBT_VERSION` is incremented, this value must reset to 1.
|
||||
|
@ -92,8 +92,7 @@ RUN \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
|
||||
-DGUI=OFF \
|
||||
-DQT6=ON && \
|
||||
-DGUI=OFF && \
|
||||
cmake --build build -j $(nproc) && \
|
||||
cmake --install build
|
||||
|
||||
|
@ -92,8 +92,7 @@ RUN \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
|
||||
-DGUI=OFF \
|
||||
-DQT6=ON && \
|
||||
-DGUI=OFF && \
|
||||
cmake --build build -j $(nproc) && \
|
||||
cmake --install build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user