-
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
289f07d
to
5f3d8ce
Compare
5f3d8ce
to
caf3b5c
Compare
@@ -3,5 +3,5 @@ PyYAML==5.1 | |||
confluent-kafka==0.11.6 | |||
datadog==0.21.0 | |||
jsonschema==3.0.1 | |||
psycopg2-binary==2.7.7 | |||
psycopg2-binary==2.9.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah the older version does not build on arm64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you trying to make our fork of wal2json multi arch as well ?
https://github.com/getsentry/wal2json
@@ -58,7 +58,13 @@ RUN mkdir -p /usr/src/app | |||
WORKDIR /usr/src/app | |||
|
|||
COPY requirements.txt /usr/src/app/ | |||
RUN pip install -r requirements.txt | |||
RUN set -x \ | |||
&& deps='gcc librdkafka-dev libc-dev' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confluent-kafka doesn't have a prebuilt on arm64 sadly
hmmm! wasn't aware of this but if I run into it I'll fix it too ! |
this will push an app image to ghcr, built for both amd64 and arm64 for use with the sentry dev tools