diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ecff4418..e0cd85892 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,11 +197,6 @@ workflows: resource_class: xlarge requires: - setup - - test: - name: test-386 - goarch: "386" - requires: - - setup - test: name: test-shardwidth-22 shard_width: "22" diff --git a/Makefile b/Makefile index 88a3f452b..4ca3b029e 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,6 @@ endif release: check-clean $(MAKE) release-build GOOS=darwin GOARCH=amd64 $(MAKE) release-build GOOS=linux GOARCH=amd64 - $(MAKE) release-build GOOS=linux GOARCH=386 # try (e.g.) internal/clustertests/docker-compose-replication2.yml