[do not merge] add workflow for arm64 #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pack charm for arm64! | |
on: | |
pull_request: | |
jobs: | |
arm64: | |
name: Pack charm | |
runs-on: self-hosted-arm64-large | |
steps: | |
- name: Show architecture | |
run: | | |
uname -m | |
- uses: actions/[email protected] | |
- name: Pack charm | |
run: | | |
sudo snap install charmcraft --classic --channel latest/stable | |
lxd init --auto | |
charmcraft pack -v |