Skip to content

Commit

Permalink
ci: build and publish artifacts on amd64 (#604)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
  • Loading branch information
mr-cal authored Jan 13, 2025
1 parent 5ae7f87 commit 96f17af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
source-wheel:
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, amd64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
path: dist/
pypi:
needs: ["source-wheel"]
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, amd64]
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand All @@ -55,7 +55,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
github-release:
needs: ["source-wheel"]
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, amd64]
steps:
- name: Get pypi artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 96f17af

Please sign in to comment.