Wingysam / Christmas-Community

Christmas lists for families
GNU Affero General Public License v3.0
206 stars 39 forks source link

Build for linux/arm/v7? #133

Open cj13579 opened 1 month ago

cj13579 commented 1 month ago

I'm migrating a bunch of my things to a new QNAP NAS. When pulling down the docker image for the project I get the following:

no matching manifest for linux/arm/v7 in the manifest list entries

Would it be possible to add linux/arm/v7 to the build targets?

cj13579 commented 1 month ago

@Wingysam do you have some secret sauce on the machine where you do your docker builds? I can't get the images to build unless I make changes to the Dockerfile. The error that I am getting is:

sh: tsc: not found

I'm happy to create a PR to modify the release command if that's OK?