mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
try using arm-runner-action
This commit is contained in:
parent
1a53ed3c74
commit
6ca55b1aba
1 changed files with 12 additions and 3 deletions
15
.github/workflows/packaging_jobs.yml
vendored
15
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -178,10 +178,19 @@ jobs:
|
|||
- armhf
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: docker/setup-qemu-action@v1
|
||||
- uses: soumyaDghosh/snapcraft-multiarch-action@7234040e53df776dfca8416aea6b91a5e4fe5b59
|
||||
- uses: pguyot/arm-runner-action@v2.6.5
|
||||
with:
|
||||
architecture: ${{ matrix.platform }}
|
||||
commands: |
|
||||
uname -m
|
||||
sudo groupadd --force --system lxd
|
||||
sudo usermod --append --groups lxd runner
|
||||
sudo snap install lxd
|
||||
sudo lxd init --auto
|
||||
sudo iptables -P FORWARD ACCEPT
|
||||
sudo snap install --channel stable --classic snapcraft
|
||||
sudo -u runner -E snapcraft pack --build-for=armhf
|
||||
|
||||
|
||||
# - name: build snap
|
||||
# run: |-
|
||||
# echo "::group::Installing snapcraft dependencies"
|
||||
|
|
|
|||
Loading…
Reference in a new issue