[PR #4] [MERGED] ci: Add multi-platform build support to GitHub Actions workflows #11

Closed
opened 2026-02-27 19:08:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CaddyBuilds/caddy-cloudflare/pull/4
Author: @vkartk
Created: 5/27/2024
Status: Merged
Merged: 5/27/2024
Merged by: @vkartk

Base: mainHead: add-multi-platform-support


📝 Commits (1)

  • a97bb08 ci: Add multi-platform build support to GitHub Actions workflows

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/build-docker-image.yml (+1 -1)

📄 Description

This pull request adds support for building the Docker image for multiple platforms to ensure broader compatibility.

Changes:

  1. Updated the build-docker-image.yml workflow to support multiple platforms.
  2. Added support for the following platforms:
    • linux/amd64
    • linux/arm64
    • linux/arm/v7
    • linux/386
    • linux/ppc64le
    • linux/s390x

Benefits:

  • The Docker image will be compatible with a wider range of devices and environments, including ARM-based devices like Raspberry Pi.
  • Users will have more flexibility in choosing the appropriate platform for their use case.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CaddyBuilds/caddy-cloudflare/pull/4 **Author:** [@vkartk](https://github.com/vkartk) **Created:** 5/27/2024 **Status:** ✅ Merged **Merged:** 5/27/2024 **Merged by:** [@vkartk](https://github.com/vkartk) **Base:** `main` ← **Head:** `add-multi-platform-support` --- ### 📝 Commits (1) - [`a97bb08`](https://github.com/CaddyBuilds/caddy-cloudflare/commit/a97bb082849c5d0a3b2c909db47807607b7b5e35) ci: Add multi-platform build support to GitHub Actions workflows ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-docker-image.yml` (+1 -1) </details> ### 📄 Description This pull request adds support for building the Docker image for multiple platforms to ensure broader compatibility. ### Changes: 1. Updated the `build-docker-image.yml` workflow to support multiple platforms. 2. Added support for the following platforms: - linux/amd64 - linux/arm64 - linux/arm/v7 - linux/386 - linux/ppc64le - linux/s390x ### Benefits: - The Docker image will be compatible with a wider range of devices and environments, including ARM-based devices like Raspberry Pi. - Users will have more flexibility in choosing the appropriate platform for their use case. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:08:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/caddy-cloudflare#11
No description provided.