mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
add sudo, only use armhf
This commit is contained in:
parent
dbde5ccc94
commit
6f537861be
1 changed files with 10 additions and 10 deletions
20
.github/workflows/packaging_jobs.yml
vendored
20
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -129,12 +129,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- build-for: arm64
|
||||
build-on: ubuntu-24.04-arm
|
||||
# - build-for: arm64
|
||||
# build-on: ubuntu-24.04-arm
|
||||
- build-for: armhf
|
||||
build-on: ubuntu-24.04-arm
|
||||
- build-for: amd64
|
||||
build-on: ubuntu-24.04
|
||||
# - build-for: amd64
|
||||
# build-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: snapcore/action-build@v1.3.0
|
||||
|
|
@ -159,12 +159,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- build-for: arm64
|
||||
build-on: ubuntu-24.04-arm
|
||||
# - build-for: arm64
|
||||
# build-on: ubuntu-24.04-arm
|
||||
- build-for: armhf
|
||||
build-on: ubuntu-24.04-arm
|
||||
- build-for: amd64
|
||||
build-on: ubuntu-24.04
|
||||
# - build-for: amd64
|
||||
# build-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
|
|
@ -175,8 +175,8 @@ jobs:
|
|||
if: matrix.build-for == 'armhf'
|
||||
run: |-
|
||||
set -e
|
||||
dpkg --add-architecture "armhf"
|
||||
apt-get update
|
||||
sudo dpkg --add-architecture "armhf"
|
||||
sudo apt-get update
|
||||
- name: Install dependencies
|
||||
run: |-
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue