Skip to content

Commit

Permalink
Prevent Redundant Windows SDK Builds (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 authored Dec 5, 2023
1 parent 330a548 commit 66ddcfe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,8 @@ endif
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest create $(sidecar_tag) $(push_sidecar_manifest)
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest push $(sidecar_tag)

push-agones-sdk-windows:
# Using docker buildx with foreign OSes is a bit awkward. Since the layers but not the tag
# was cached we have to rebuild the image (which should be fast since it's cached).
$(MAKE) WINDOWS_DOCKER_PUSH_ARGS=--push build-agones-sdk-image-windows
push-agones-sdk-windows: WINDOWS_DOCKER_PUSH_ARGS=--push
push-agones-sdk-windows: build-agones-sdk-image-windows

push-agones-sdk-linux-image-arm64: $(ensure-build-image)
$(MAKE) DOCKER_BUILD_ARGS=--push build-agones-sdk-image-arm64
Expand Down

0 comments on commit 66ddcfe

Please sign in to comment.