Skip to content

Conversation

ratik
Copy link
Collaborator

@ratik ratik commented Jun 3, 2025

No description provided.

@ratik ratik force-pushed the feat/new-lsm-for-datom branch 15 times, most recently from c92e71e to 10853c0 Compare June 7, 2025 08:13
@ratik ratik force-pushed the feat/new-lsm-for-datom branch from 10853c0 to 6d05eae Compare June 9, 2025 18:24
Comment on lines +10 to +15
case "$ARCH" in \
x86_64) PLATFORM="x86_64" ;; \
aarch64) PLATFORM="aarch64" ;; \
*) echo "Unsupported architecture: $ARCH" && exit 1 ;; \
esac && \
TARNAME="hermes-${HERMES_VERSION}-${PLATFORM}-unknown-linux-gnu.tar.gz" && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should compare it with aarch64 only

Comment on lines +10 to +15
case "$ARCH" in \
x86_64) PLATFORM="x86_64" ;; \
aarch64) PLATFORM="aarch64" ;; \
*) echo "Unsupported architecture: $ARCH" && exit 1 ;; \
esac && \
TARNAME="hermes-${HERMES_VERSION}-${PLATFORM}-unknown-linux-gnu.tar.gz" && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well

Comment on lines +13 to +17
if [ "$ARCH" = "arm64" ] || [ "$ARCH" = "aarch64" ]; then
DOCKERFILE="Dockerfile.aarch64"
else
DOCKERFILE="Dockerfile.x86_64"
fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw the only difference between these two containers are in base image (ubuntu:24.04 vs ubuntu:20.04)
Maybe we can build docker based on common platform and remove docker containers selection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants