Chris Swan
Chris Swan
Moving to PR48, which will take us through to almost the end of Oct (and Hacktoberfest)
Closing, as today's the last day of Hacktoberfest.
Assigned @kumarnarendra701 as he should be able to take existing actions/scripts and apply to this.
@kumarnarendra701 OK - moved to PR48
@kumarnarendra701 https://github.com/atsign-foundation/at_server/pull/1017 certainly tidies up the existing script, but doesn't do what was asked for here, which is to have a similar script that updates the testData cert.pem certificate in...
Thanks @subfuzion - I can definitely rustle up some Arm test kit, and I know @cconstab is keen to try stuff out too. Good to hear that you might be...
I've had a go at making Arm and Arm64 versions, but first I needed a multi arch build image: ```dockerfile FROM debian:stable ARG DART_VERSION="2.12.4" ARG ARCH="x64" WORKDIR /tmp/ RUN \...
Keeping this open for work on the error message
@cconstab what's the priority on this? This is the same problem we've seen in numerous other environments - the pre-compiled wheels aren't available for the target platform. We could make...
We probably shouldn't be packaging RISC-V as if it's production ready until we have stable OS targets (and maybe then also RISC-V support in the Docker Dart image).