Skip to content

Commit

Permalink
fixes linuxkit artifacts upload (#3701)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn authored Aug 30, 2024
1 parent b5c7a96 commit 81850df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/linuxkit/linuxkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ BUILDSPEC_1_VARS_VALUES=IMAGE_PLATFORMS
BUILDSPEC_1_ARCH_TYPES=LINUX_CONTAINER ARM_CONTAINER
BUILDSPEC_2_DEPENDS_ON_OVERRIDE=linuxkit_linuxkit_linux_amd64 linuxkit_linuxkit_linux_arm64

# Since we build the arm and amd binaries on difference instances in codebuild
# we do not want to delete missing files when s3 sync-ing from local to the bucket
# since this would clobber the other build's artifacts
UPLOAD_DO_NOT_DELETE=true

include $(BASE_DIRECTORY)/Common.mk


Expand Down

0 comments on commit 81850df

Please sign in to comment.