Don't specify --platform when building in CircleCI

This commit is contained in:
Micah Lee 2021-11-29 16:12:07 -08:00
parent 0908e2941b
commit 32792fc143
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -79,7 +79,7 @@ jobs:
if [ -f "/caches/container.tar.gz" ]; then
echo "Already cached, skipping"
else
docker build --cache-from=dangerzone.rocks/dangerzone --platform linux/amd64 --tag dangerzone.rocks/dangerzone container
docker build --cache-from=dangerzone.rocks/dangerzone --tag dangerzone.rocks/dangerzone container
fi
- run:
name: Save Dangerzone image and image-id.txt to cache