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

FreeSWITCH deb builder #26

Closed
wants to merge 1 commit into from
Closed

FreeSWITCH deb builder #26

wants to merge 1 commit into from

Conversation

dwilkie
Copy link
Collaborator

@dwilkie dwilkie commented Mar 18, 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

@dwilkie dwilkie closed this Mar 21, 2022
@dwilkie dwilkie deleted the freeswitch_debb_builder branch March 21, 2022 02:00
@dwilkie
Copy link
Collaborator Author

dwilkie commented Mar 21, 2022

Moved to somleng/somleng-switch#228

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