mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
install: Fail early when image build fails
This commit is contained in:
parent
624d480cca
commit
4eead90c00
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
echo "Building container image"
|
echo "Building container image"
|
||||||
podman build container --platform linux/amd64 --tag dangerzone.rocks/dangerzone
|
podman build container --platform linux/amd64 --tag dangerzone.rocks/dangerzone
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
echo "Building container image"
|
echo "Building container image"
|
||||||
docker build container --platform linux/amd64 --tag dangerzone.rocks/dangerzone
|
docker build container --platform linux/amd64 --tag dangerzone.rocks/dangerzone
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue