Skip to content

Commit

Permalink
Use composite for win2019 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Dec 30, 2024
1 parent 7af29f7 commit 38e2e38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ try {
'-f', $tagsFile
)

# Windows dependency
if ($env:DOCKER_BUILD_OS -eq 'windows') {
docker compose $composeFiles build --pull git-windows
docker compose $composeFiles push git-windows
}

if ($Filter -and ($Filter -ne '')) {
docker compose $composeFiles build --pull $Filter
docker compose $composeFiles push $Filter
Expand Down

0 comments on commit 38e2e38

Please sign in to comment.