Merge branch 'Axual:main' into main #80
build-and-test.yml
on: push
CI Build and test on local repository
9m 51s
Annotations
1 error
CI Build and test on local repository
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux && JAVA_ARCH= && case \"$TARGETARCH\" in amd64) \tJAVA_ARCH=\"x64\" ;; arm64) \tJAVA_ARCH=\"aarch64\" ;; *) \techo \"Unsupported target architecture $TARGETARCH\" \texit 1 ;; esac && mkdir -p /opt/maven && MVN_PKG=https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz && curl --fail --silent --location --retry 3 ${MVN_PKG} | gunzip | tar x -C /opt/maven --strip-components=1 && GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-${GRAALVM_JDK_VERSION}/graalvm-community-jdk-${GRAALVM_JDK_VERSION}_linux-${JAVA_ARCH}_bin.tar.gz && mkdir -p /opt/graal && curl --fail --silent --location --retry 3 ${GRAALVM_PKG} | gunzip | tar x -C /opt/graal --strip-components=1" did not complete successfully: exit code: 2
|