feat: Refactor stacktrace definitions and add platform-specific confi… #134
Annotations
1 error and 1 warning
Build Development Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /tmp/open-space-toolkit-core && cd /tmp/open-space-toolkit-core && export LATEST_PATCH_OF_MINOR=$(jq -r .[-1].ref versions.json | cut -d \"/\" -f3) && export PACKAGE_PLATFORM=$(if [ ${TARGETPLATFORM} = \"linux/amd64\" ]; then echo \"x86_64\"; elif [ ${TARGETPLATFORM} = \"linux/arm64\" ]; then echo \"aarch64\"; else echo \"Unknown platform\" && exit 1; fi;) && wget --quiet https://github.com/open-space-collective/open-space-toolkit-core/releases/download/${LATEST_PATCH_OF_MINOR}/open-space-toolkit-core-${LATEST_PATCH_OF_MINOR}-1.${PACKAGE_PLATFORM}-runtime.deb && wget --quiet https://github.com/open-space-collective/open-space-toolkit-core/releases/download/${LATEST_PATCH_OF_MINOR}/open-space-toolkit-core-${LATEST_PATCH_OF_MINOR}-1.${PACKAGE_PLATFORM}-devel.deb && apt-get install -y ./*.deb && rm -rf /tmp/open-space-toolkit-core" did not complete successfully: exit code: 8
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading