1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-04-21 12:19:56 -04:00

feat: quick script for making non-x86 Dockerfiles

This commit is contained in:
Greg Heartsfield 2022-10-13 18:35:33 -05:00
parent 3e8adf978f
commit 6eeefbcc4c

@ -0,0 +1,3 @@
#!/usr/bin/env bash
sed -E 's/@sha256:[[:alnum:]]+//g' Dockerfile > Dockerfile.any-platform
echo "Created platform-agnostic Dockerfile in 'Dockerfile.any-platform'"