Skip to content

Commit

Permalink
Merge pull request #415 from UtkarshSiddhpura/dev
Browse files Browse the repository at this point in the history
handle arm64 case in generate-docker-compose.sh
  • Loading branch information
Lionel Laské authored Feb 8, 2024
2 parents a33ecc1 + 76d12f1 commit fa75b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate-docker-compose.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARCH=`uname -m`

case "$ARCH" in
"arm64") TAG="arm64"
;;
"x86_64") TAG="amd64"
;;
"armv6l") TAG="armv6l"
Expand Down

0 comments on commit fa75b7b

Please sign in to comment.