mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
new podman-based pipeline
This commit is contained in:
parent
3f9dc9e08a
commit
240a74dd4c
2
ci.sh
2
ci.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o errexit -o pipefail -o noclobber -o nounset
|
||||
|
||||
CONTAINER_IMAGE="flutter-build-env"
|
||||
CONTAINER_IMAGE="localhost/flutter-build-env"
|
||||
OPTS=$(getopt -o "" --long "build-linux,build-apk,sign-apk-standalone,sign-apk-fdroid,package-linux-appimage,package-linux-flatpak,package-linux-archive" -- "$@")
|
||||
eval set -- "$OPTS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue