Skip to content

Commit

Permalink
build only amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Nov 7, 2024
1 parent 0f4deaa commit af3d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ VERSION_MODULE_NAME:= github.com/mia-platform/integration-connector-agent/intern
# platforms of the base image.
# Or if you start from scratch the platforms you want to support in your image
# This link contains the rules on how the strings must be formed https://github.com/containerd/containerd/blob/v1.4.3/platforms/platforms.go#L63
SUPPORTED_PLATFORMS:= linux/386 linux/amd64 linux/arm64 linux/arm/v6 linux/arm/v7
SUPPORTED_PLATFORMS:= linux/amd64 linux/arm64
# Default platform for which building the docker image (darwin can run linux images for the same arch)
# as SUPPORTED_PLATFORMS it highly depends on which platform are supported by the base image
DEFAULT_DOCKER_PLATFORM:= linux/$(GOARCH)/$(GOARM)
Expand Down

0 comments on commit af3d0e2

Please sign in to comment.