Compare commits

...

1 Commits

Author SHA1 Message Date
jordanwalster 62af074a10 test: echo architecture
build-terraform-alpine / build-image (push) Failing after 15s
2025-01-23 22:47:20 +00:00
+2
View File
@@ -10,6 +10,8 @@ RUN ARCH=$(uname -m) && \
ARCH="${ARCH}"; \
fi
RUN echo ${ARCH}
RUN apk add --no-cache git npm bash
RUN apk add --update --virtual .deps --no-cache gnupg && \