[GH-ISSUE #3] Add multi-platform build support to GitHub Actions workflows #2

Closed
opened 2026-02-27 19:08:47 +03:00 by kerem · 1 comment
Owner

Originally created by @vkartk on GitHub (May 27, 2024).
Original GitHub issue: https://github.com/CaddyBuilds/caddy-cloudflare/issues/3

Currently, the GitHub Actions workflows build the Docker image for a limited set of platforms. We need to extend the workflows to support multiple platforms to ensure broader compatibility.

Tasks:

  1. Update the build-docker-image.yml workflow to support multiple platforms.
  2. Ensure the workflow includes 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.
Originally created by @vkartk on GitHub (May 27, 2024). Original GitHub issue: https://github.com/CaddyBuilds/caddy-cloudflare/issues/3 Currently, the GitHub Actions workflows build the Docker image for a limited set of platforms. We need to extend the workflows to support multiple platforms to ensure broader compatibility. ### Tasks: 1. Update the `build-docker-image.yml` workflow to support multiple platforms. 2. Ensure the workflow includes 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.
kerem closed this issue 2026-02-27 19:08:48 +03:00
Author
Owner

@vkartk commented on GitHub (May 27, 2024):

Resloved [#4]

<!-- gh-comment-id:2132770349 --> @vkartk commented on GitHub (May 27, 2024): Resloved [#4]
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#2
No description provided.