feat: self containerisation

Build oxker images, for x86, arm64v8, and armv6, and publish to Docker Hub
This commit is contained in:
Jack Wills
2022-09-05 22:05:24 +00:00
parent ed80a58fee
commit c2910aaef3
7 changed files with 120 additions and 48 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
# No idea why this is solving my issue, or even where the issue is originally coming from
sleep .1
exec /usr/local/bin/oxker "$@"