Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package builder #228

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Package builder #228

wants to merge 4 commits into from

Conversation

dwilkie
Copy link
Collaborator

@dwilkie dwilkie commented Mar 21, 2022

This PR contains infrastructure for building debian debs for FreeSWITCH

We have the following options for running FreeSWITCH in docker.

1. Use Signalwire debian packages

Cons:

  • Need to use Signalwire key to build docker
  • Can't use source code for latest bug fixes
  • No arm64 support (t4 instances)

2. Compile from source

Cons:

  • Need to use Signalwire key to get build dependencies for FreeSWITCH
  • Non-standard installation location

3. Compile own debian packages from source.

Pros:

  • No need to use Signalwire key
  • We control the packages
  • Can use script to minimize docker image
  • arm64 support

Cons:

  • Need to setup Debian CI Server on AWS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant