File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pre-build = [
2323image = " ghcr.io/defguard/cross:aarch64-unknown-linux-gnu"
2424pre-build = [
2525 " dpkg --add-architecture $CROSS_DEB_ARCH" ,
26- " apt-get update && apt-get install --assume-yes unzip libnftnl-dev libnftnl-dev:$CROSS_DEB_ARCH libmnl-dev libmnl-dev:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH" ,
26+ " apt-get update && apt-get install --assume-yes unzip libnftnl-dev libnftnl-dev:$CROSS_DEB_ARCH libmnl-dev libmnl-dev:$CROSS_DEB_ARCH libssl-dev libssl-dev :$CROSS_DEB_ARCH" ,
2727 " PB_REL='https://github.com/protocolbuffers/protobuf/releases'" ,
2828 " PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip" ,
2929 " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr" ,
@@ -32,7 +32,7 @@ pre-build = [
3232[target .x86_64-unknown-freebsd ]
3333image = " ghcr.io/defguard/cross:x86_64-unknown-freebsd"
3434pre-build = [
35- " apt-get update && apt-get install --assume-yes unzip libssl-dev:$CROSS_DEB_ARCH " ,
35+ " apt-get update && apt-get install --assume-yes unzip libssl-dev" ,
3636 " PB_REL='https://github.com/protocolbuffers/protobuf/releases'" ,
3737 " PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip" ,
3838 " unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr" ,
You can’t perform that action at this time.
0 commit comments