mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
try using crossgrader
This commit is contained in:
parent
df6103f031
commit
7ef9defc1f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/packaging_jobs.yml
vendored
4
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -177,6 +177,10 @@ jobs:
|
|||
set -e
|
||||
sudo dpkg --add-architecture "armhf"
|
||||
sudo apt-get update
|
||||
sudo apt install linux-image-armhf:armhf
|
||||
sudo apt install crossgrader
|
||||
crossgrader armhf
|
||||
crossgrader --second-stage --force-unavailable armhf
|
||||
- name: Install dependencies
|
||||
run: |-
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue