You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Convert Makefile to magefile.go (#4912)
Reimplement Makefile targets in mage.
Change buildkite pipeline to use mage.
Change Dockerfile* to use mage.
(cherry picked from commit db5f46b)
# Conflicts:
# .buildkite/pipeline.yml
# .buildkite/scripts/common.sh
# .buildkite/scripts/local_build.sh
# .buildkite/scripts/test-release.sh
# Dockerfile.build
# Dockerfile.fips
# Makefile
# NOTICE.txt
# README.md
# dev-tools/cloud/Makefile
# dev-tools/cloud/terraform/main.tf
# dev-tools/e2e/Dockerfile
# dev-tools/e2e/build.sh
# dev-tools/e2e/validatecerts.go
# dev-tools/go.mod
# dev-tools/go.sum
# docs/developers-guide.md
# docs/docker-images.md
# docs/fips.md
# testing/e2e/fips_test.go
* Ensure directory is made within zip artifacts (#4985)
* Ensure directory is made within zip artifacts
* Make test:release extraction stricter
* Fail cloude2e step if tests can't run, fix image publication (#5000)
Fail the pipeline if cloude2e tests can't run.
mage docker:image now uses the DOCKER_IMAGE env var.
* Add multiplatform images (#5075)
Fixes issue where change from make to mage, result in the loss of creating multiple platform images.
* Fix cherry-picks
* change to serialdeps
* Use magefile from main
* Remove FIPS references, use docker plugin
* Use bk plugins
* cleanup go.mod in dev-tools and pkg/api
* Add missing EC secret to cloud e2e step
* Review feedback
0 commit comments