Skip to content

Commit

Permalink
add multi arch support to cassandra-schema container (jaegertracing#4122
Browse files Browse the repository at this point in the history
)

Signed-off-by: shubbham1215 <[email protected]>
  • Loading branch information
jkandasa authored and shubbham1215 committed Mar 5, 2023
1 parent ae03edc commit e6724f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/cassandra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cassandra:4.0
FROM --platform=${BUILDPLATFORM:-linux/amd64} cassandra:4.0

COPY schema/* /cassandra-schema/

Expand Down

0 comments on commit e6724f8

Please sign in to comment.