aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2018-07-27 16:36:41 -0700
committerAdam Cozzette <acozzette@google.com>2018-08-01 15:01:05 -0700
commit377f64f82f3a967769cbec510bfca1b1a6697868 (patch)
tree9027bd8796d716e203f29bb5aeec69fcd7025591 /protoc-artifacts
parent21fc01b63c7f60bae4e230c817a82bd8571a4a70 (diff)
downloadprotobuf-377f64f82f3a967769cbec510bfca1b1a6697868.tar.gz
protobuf-377f64f82f3a967769cbec510bfca1b1a6697868.tar.bz2
protobuf-377f64f82f3a967769cbec510bfca1b1a6697868.zip
Added support for building the aarch64 and ppcle64 protoc binaries with Kokoro
This was fairly straightforward using the existing build-protoc.sh script. The only problem I ran into was that the x86 Docker builds create output directories owned by root, which caused some permission issues. Fortunately it was easy to get around that just by doing those Docker builds last.
Diffstat (limited to 'protoc-artifacts')
-rw-r--r--protoc-artifacts/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index 1131a89e..79fa30b8 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -154,10 +154,10 @@ and upload these zip packages to the download section of the github
release. For example:
```
-$ ./build-zip.sh 3.6.0
+$ ./build-zip.sh protoc 3.6.0
```
-The above command will create 5 zip files:
+The above command will create 7 zip files:
```
dist/protoc-3.6.0-win32.zip
@@ -165,6 +165,7 @@ dist/protoc-3.6.0-osx-x86_32.zip
dist/protoc-3.6.0-osx-x86_64.zip
dist/protoc-3.6.0-linux-x86_32.zip
dist/protoc-3.6.0-linux-x86_64.zip
+dist/protoc-3.6.0-linux-aarch_64.zip
dist/protoc-3.6.0-linux-ppcle_64.zip
```