Skip to content

Commit

Permalink
Remove distribution from staging buildspec (#3895)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Oct 11, 2024
1 parent 39c950c commit f9c2669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions projects/distribution/distribution/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ EXTRA_GO_LDFLAGS=-X $(PKG)/version.Version=$(VERSION) -X $(PKG)/version.Revision
EXTRA_GOBUILD_FLAGS=-tags include_oss,include_gcs

HAS_S3_ARTIFACTS=true
EXCLUDE_FROM_STAGING_BUILDSPEC=true
SKIP_ON_RELEASE_BRANCH=true
IMAGE_NAMES=

FIX_LICENSES_REDIS_TARGET=$(REPO)/vendor/github.com/garyburd/redigo/LICENSE.txt
Expand Down
7 changes: 0 additions & 7 deletions release/staging-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ batch:
PROJECT_PATH: projects/containerd/containerd
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/containerd.containerd
BINARY_PLATFORMS: linux/arm64
- identifier: distribution_distribution
env:
type: ARM_CONTAINER
compute-type: BUILD_GENERAL1_SMALL
variables:
PROJECT_PATH: projects/distribution/distribution
CLONE_URL: https://git-codecommit.us-west-2.amazonaws.com/v1/repos/distribution.distribution
- identifier: envoyproxy_envoy
env:
type: ARM_CONTAINER
Expand Down

0 comments on commit f9c2669

Please sign in to comment.