mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
feat: quick script for making non-x86 Dockerfiles
This commit is contained in:
parent
3e8adf978f
commit
6eeefbcc4c
3
mk-platform-agnostic-dockerfile.sh
Executable file
3
mk-platform-agnostic-dockerfile.sh
Executable file
|
@ -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'"
|
Loading…
Reference in New Issue
Block a user