File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7676 file : " Dockerfile.zenoh-mqtt-arm"
7777 push : true
7878 platforms : linux/arm64
79- tags : ${{ steps.meta .outputs.tags }}
80- labels : ${{ steps.meta .outputs.labels }}
79+ tags : ${{ needs.setup .outputs.tags }}
80+ labels : ${{ needs.setup .outputs.labels }}
8181
8282 build-amd64 :
8383 needs : setup
@@ -111,5 +111,5 @@ jobs:
111111 file : " Dockerfile.zenoh-mqtt-amd"
112112 push : true
113113 platforms : linux/amd64
114- tags : ${{ steps.meta .outputs.tags }}
115- labels : ${{ steps.meta .outputs.labels }}
114+ tags : ${{ needs.setup .outputs.tags }}
115+ labels : ${{ needs.setup .outputs.labels }}
Original file line number Diff line number Diff line change 1212# *******************************************************************************/
1313
1414[build .env ]
15+ # This overrides the CMake toolchain file that Cross natively wants to use,
16+ # since it causes problems with the vendored OpenSSL version that Paho wants to use
1517passthrough = [
1618 " CMAKE_TOOLCHAIN_FILE_aarch64_unknown_linux_musl" ,
1719 " CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_musl" ,
You can’t perform that action at this time.
0 commit comments