test: echo architecture
Some checks failed
build-terraform-alpine / build-image (push) Failing after 15s

This commit is contained in:
2025-01-23 22:47:20 +00:00
parent 36bcb97e81
commit 62af074a10

View File

@@ -10,6 +10,8 @@ RUN ARCH=$(uname -m) && \
ARCH="${ARCH}"; \ ARCH="${ARCH}"; \
fi fi
RUN echo ${ARCH}
RUN apk add --no-cache git npm bash RUN apk add --no-cache git npm bash
RUN apk add --update --virtual .deps --no-cache gnupg && \ RUN apk add --update --virtual .deps --no-cache gnupg && \