Skip to content

suzukenz/docker-protobuf-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol Buffers + Docker for Arm

A lightweight protoc Docker image. This repository forked from https://github.com/TheThingsIndustries/docker-protobuf.

What's changed

  • Support use on (only) M1 Mac.
    • Use Debian image instead of Alpine for some builds, because dart is not worked on Alpine aarch64 architecture.

What's included

Supported languages

  • C
  • C#
  • C++
  • Dart
  • Go
  • Java / JavaNano (Android)
  • JavaScript
  • Objective-C
  • PHP
  • Python
  • Ruby
  • Rust
  • Swift
  • Typescript

Usage

TBU