Skip to content

Commit

Permalink
Updated build procedure for Windows containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jan 11, 2025
1 parent 3469ce2 commit e3857cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/build-base/windows/Dockerfile.agent2
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ARG MSYSTEM=MINGW64

ARG BUILD_ARCH=x64

ARG MAJOR_VERSION=7.0
ARG ZBX_VERSION=${MAJOR_VERSION}.8
ARG MAJOR_VERSION=6.4
ARG ZBX_VERSION=${MAJOR_VERSION}.20

ARG MINGW_URL=https://github.com/niXman/mingw-builds-binaries/releases/download/8.5.0-rt_v10-rev0/x86_64-8.5.0-release-win32-sjlj-rt_v10-rev0.7z
ARG VS_BUILDTOOLS_URL=https://aka.ms/vs/$VS_BUILDTOOLS_VERSION/release/vs_buildtools.exe
Expand Down

0 comments on commit e3857cf

Please sign in to comment.