From b71c6a37920be482c95ff06deefbd1bb64282ce1 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Wed, 5 Jan 2022 15:51:52 -0500 Subject: [PATCH] Improve static build script documentation --- script/build-minimal-static-toxic.sh | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/script/build-minimal-static-toxic.sh b/script/build-minimal-static-toxic.sh index 649ae10..928248e 100755 --- a/script/build-minimal-static-toxic.sh +++ b/script/build-minimal-static-toxic.sh @@ -2,7 +2,7 @@ # MIT License # -# Copyright (c) 2021 Maxim Biro +# Copyright (c) 2021-2022 Maxim Biro # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -36,8 +36,19 @@ # # that would use Toxic code from /home/jfreegman/git/toxic and place the build # artifact at /tmp/artifact. -# You can change between amd64/alpine:latest and i386/alpine:latest, for 64-bit -# and 32-bit builds. +# +# You can change between: +# amd64/alpine:latest, +# i386/alpine:latest, +# arm64v8/alpine:latest, +# arm32v7/alpine:latest, +# arm32v6/alpine:latest, +# ppc64le/alpine:latest, +# s390x/alpine:latest, +# etc. +# as long as your system can run foreign architecture binaries, e.g. via qemu +# static bins and binfmt (install qemu-user-static package on Debian/Ubuntu). +# # # To debug, run: #