Skip to content

Commit 77cf8d8

Browse files
committed
sdk: add website metadata and fix ARM64 runner label
Add website field to sdkcraft.yaml pointing to the GitHub repository. Switch the ARM64 CI runner from ubuntu-24.04-arm64 to ubuntu-26.04-arm (alternate label per GitHub's public preview docs), keeping amd64 on ubuntu-24.04.
1 parent a154569 commit 77cf8d8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- platform: '["amd64"]'
2424
runner: '["ubuntu-24.04"]'
2525
- platform: '["arm64"]'
26-
runner: '["ubuntu-24.04-arm64"]'
26+
runner: '["ubuntu-26.04-arm"]'
2727
uses: canonical/sdkcraft-actions/.github/workflows/upload.yml@main
2828
with:
2929
platforms: ${{ matrix.platform }}

sdkcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: |
88
contact: https://github.com/rajannpatel/agy-sdk
99
issues: https://github.com/rajannpatel/agy-sdk/issues
1010
source-code: https://github.com/rajannpatel/agy-sdk
11+
website: https://github.com/rajannpatel/agy-sdk
1112
adopt-info: agy
1213
license: MIT AND Proprietary
1314
build-base: ubuntu@26.04

0 commit comments

Comments
 (0)