Skip to content

Commit

Permalink
[windows] Fix DD_TARGET_ARCH (#52)
Browse files Browse the repository at this point in the history
Uses DD_TARGET_ARCH variable in Windows Dockerfile.
  • Loading branch information
KSerrania authored Jun 22, 2020
1 parent fabf089 commit 46cf54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ SHELL ["powershell", "-Command"]
ARG WINDOWS_VERSION
ENV WINDOWS_VERSION=${WINDOWS_VERSION:-1809}

ARG TARGET_ARCH
ENV TARGET_ARCH=${TARGET_ARCH:-x64}
ARG DD_TARGET_ARCH
ENV TARGET_ARCH=${DD_TARGET_ARCH:-x64}

# Chocolatey package versions
ENV GIT_VERSION "2.26.2"
Expand Down

0 comments on commit 46cf54d

Please sign in to comment.