11[target .x86_64-unknown-linux-gnu ]
22image = " ghcr.io/defguard/cross:x86_64-unknown-linux-gnu"
33pre-build = [
4+ " dpkg --add-architecture $CROSS_DEB_ARCH" ,
45 " apt-get update && apt-get install --assume-yes libssl-dev unzip" ,
56 " PB_REL='https://github.com/protocolbuffers/protobuf/releases'" ,
67 " PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip" ,
7- " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
8+ " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr" ,
89]
910
1011[target .armv7-unknown-linux-gnueabihf ]
1112image = " ghcr.io/defguard/cross:armv7-unknown-linux-gnueabihf"
1213pre-build = [
14+ " dpkg --add-architecture $CROSS_DEB_ARCH" ,
1315 " apt-get update && apt-get install --assume-yes libssl-dev libssl-dev:$CROSS_DEB_ARCH unzip" ,
1416 " PB_REL='https://github.com/protocolbuffers/protobuf/releases'" ,
1517 " PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip" ,
16- " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
18+ " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr" ,
1719]
1820
1921[target .aarch64-unknown-linux-gnu ]
2022image = " ghcr.io/defguard/cross:aarch64-unknown-linux-gnu"
2123pre-build = [
24+ " dpkg --add-architecture $CROSS_DEB_ARCH" ,
2225 " apt-get update && apt-get install --assume-yes libssl-dev libssl-dev:$CROSS_DEB_ARCH unzip" ,
2326 " PB_REL='https://github.com/protocolbuffers/protobuf/releases'" ,
2427 " PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip" ,
25- " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
28+ " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr" ,
2629]
2730
2831[target .x86_64-unknown-freebsd ]
@@ -31,5 +34,5 @@ pre-build = [
3134 " apt-get update && apt-get install --assume-yes libssl-dev unzip" ,
3235 " PB_REL='https://github.com/protocolbuffers/protobuf/releases'" ,
3336 " PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip" ,
34- " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
37+ " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr" ,
3538]
0 commit comments