From bc44881e87fbb318ca364d9db2c0e79c613ce314 Mon Sep 17 00:00:00 2001 From: walzph Date: Tue, 27 Feb 2024 11:39:33 +0000 Subject: [PATCH] Remove linux/arm64 from default platforms --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 73dcfae..1cd8e39 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ inputs: default: "false" dockerhub_platforms: description: "Platforms passed to DockerHub build and push action." - default: "linux/amd64,linux/arm64" + default: "linux/amd64" runs: using: "composite"