Build Angular Images #172
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n\n apt update\n apt install apt-transport-https curl gnupg -y\n curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg\n mv bazel-archive-keyring.gpg /usr/share/keyrings\n echo \"deb [arch=amd64 signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8\" | tee /etc/apt/sources.list.d/bazel.list\n apt update \n apt install bazel\n\n cd /app/source/\n yarn install --frozen-lockfile --non-interactive\n # yarn bazel build //adev:build --fast_adev --config=release --verbose_failures=true --sandbox_debug \n yarn bazel build //adev:build --fast_adev --verbose_failures=true\n /app/tools/install.sh\n NODE_PATH=$(npm root --quiet -g) node /app/tools/index.js /app/source/dist/bin/adev/build/browser\n" did not complete successfully: exit code: 1
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading