build amd64
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
Linloir 2024-10-08 00:20:44 +08:00
parent 6429c91ced
commit d0eeccd117

View File

@ -9,7 +9,7 @@ for dir in builds/*/ ; do
folder_name=$(basename $dir)
# Build the Docker image
docker build -t caddy-$folder_name $dir
docker build --platform linux/amd64 -t caddy-$folder_name $dir
# Tag the Docker image for pushing to the repository
docker tag caddy-$folder_name linloir/caddy-$folder_name