Skip to content

Commit

Permalink
ci: use self-hosted runner for sdk build
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh committed Jul 10, 2024
1 parent 7a875a1 commit 78a9613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-content-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- name: 🚢 Release to latest/candidate
id: build-amd64
uses: soumyaDghosh/ci/release-to-candidate@main
uses: snapcrafters/ci/release-to-candidate@main
with:
architecture: ${{ matrix.architecture }}
launchpad-token: ${{ secrets.LP_BUILD_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-sdk-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
release-sdk:
name: 🚢 Release to latest/candidate
needs: get-architectures
runs-on: ubuntu-latest
runs-on: self-hosted
environment: "2404 Branch"
timeout-minutes: 720
strategy:
Expand All @@ -42,7 +42,7 @@ jobs:
architecture: ${{ fromJSON(needs.get-architectures.outputs.architectures-list) }}
steps:
- name: 🚢 Release to latest/candidate
uses: soumyaDghosh/ci/release-to-candidate@main
uses: snapcrafters/ci/release-to-candidate@main
with:
architecture: ${{ matrix.architecture }}
launchpad-token: ${{ secrets.LP_BUILD_SECRET }}
Expand Down

0 comments on commit 78a9613

Please sign in to comment.