diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28319f445d5d2ce94e87ef1d13d10e7d341c0eb9..5975a486d431b33496cb0b2cc673688349aac96c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,8 +27,6 @@ container image:
     - echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
   script:
     - buildah manifest create prez
-    - cp prez-amd64 prez
     - buildah bud --tag "${CI_REGISTRY_IMAGE}:amd64" --manifest prez --arch amd64 .
-    - cp prez-arm64 prez
     - buildah bud --tag "${CI_REGISTRY_IMAGE}:arm64" --manifest prez --arch arm64 .
     - buildah manifest push --all prez docker://"${CI_REGISTRY_IMAGE}"