From 226e55fb109b17dffe26a50109f34f231060f339 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 18 May 2026 19:07:07 -0700 Subject: [PATCH] only build certbot --- .github/workflows/snap_packaging_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snap_packaging_jobs.yml b/.github/workflows/snap_packaging_jobs.yml index 74cbbb075..db9f6b6a4 100644 --- a/.github/workflows/snap_packaging_jobs.yml +++ b/.github/workflows/snap_packaging_jobs.yml @@ -44,7 +44,7 @@ jobs: git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com" mkdir -p ~/.local/share/snapcraft/ echo "$LAUNCHPAD_CREDS" > ~/.local/share/snapcraft/launchpad-credentials - python3 tools/snap/build_remote.py ALL --archs "$SNAP_ARCH" --timeout "$SNAP_BUILD_TIMEOUT" + python3 tools/snap/build_remote.py certbot --archs "$SNAP_ARCH" --timeout "$SNAP_BUILD_TIMEOUT" - name: Flatten snaps layout run: |- mv *.snap ${{ runner.temp }}