Skip to content
Discussion options

You must be logged in to vote

Hi, Mitchell:

The quickstart branch is working perfectly now, thank you very much!
I also tried testing the demo branch, but I ran into a couple of issues, which I’m sharing here in case it helps.

First, I got a "Bad substitution" error. The Makefile uses parameter expansion like ${variable:0:64}, which only works in bash, but make was using /bin/sh by default. I tried adding SHELL := /bin/bash as the first line of the Makefile, and that seemed to work!

Then I hit an "exec format error" during the Docker build. The docker-compose.yml had platform: linux/arm64/v8 for the stage service but linux/amd64 for everything else. Since I'm on x86_64, I changed stage to linux/amd64 to match, and th…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MitchellShiell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants