Comment 1 for bug 1987702

Revision history for this message
Tilman Baumann (tilmanbaumann) wrote : Re: Charm fails to build

# Fixed charmcraft

type: charm

parts:
  charm:
    build-packages:
      - tox
      - git
      - python3-dev
    source: ./src/
    plugin: reactive

bases:
  - build-on:
      - name: ubuntu
        channel: "20.04"
        architectures:
          - amd64
    run-on:
      - name: ubuntu
        channel: "20.04"
        architectures: [amd64, s390x, ppc64el, arm64]
      - name: ubuntu
        channel: "22.04"
        architectures: [amd64, s390x, ppc64el, arm64]