Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove distribution from staging buildspec #3895

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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