3 lines
122 B
Bash
3 lines
122 B
Bash
|
#!/bin/sh
|
||
|
podman build --arch=arm64 -t mausenpeet.nl .
|
||
|
podman save --format=oci-archive -o mausenpeet.nl.tar mausenpeet.nl
|