From 9fb98a6b964437a0346645308f001a72d8547ecc Mon Sep 17 00:00:00 2001
From: Natsuki Ikeguchi <me@s6n.jp>
Date: Sat, 9 Dec 2023 19:05:59 +0900
Subject: [PATCH] feat: Add linux/arm64

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 615343f..a2320f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 REPOSITORY := ghcr.io/s6n-labs/distroless-php
 PUSH := false
 BUILDX := false
-PLATFORMS := linux/amd64
+PLATFORMS := linux/amd64,linux/arm64
 DOCKER_ARGS :=
 DOCKER_BUILD := docker build