diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 9bf997f..f182f86 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -42,7 +42,7 @@ jobs: if [ -f "$dir/Containerfile" ]; then echo "Building and pushing $repo_name" cd $dir - docker buildx build --platform linux/amd64,linux/arm64 \ + docker buildx build --platform linux/amd64 \ -t ghcr.io/${{ secrets.REGISTRY_USERNAME }}/${repo_name} \ --push -f Containerfile . cd ..