Skip to content

Commit

Permalink
fix: add bullseye-arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzabessa committed Nov 30, 2023
1 parent 550e903 commit 2eb2f8f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-builder-packaging-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
distrib: [centos7, alma8, alma9, bullseye]
distrib: [centos7, alma8, alma9, bullseye, bullseye-arm64]
include:
- project: plugins
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/perl-crypt-argon2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
package_extension: deb
runner: ubuntu-22.04
arch: amd64
- image: bullseye-arm64
distrib: bullseye
package_extension: deb
runner: ["self-hosted", "collect-arm64"]
arch: arm64

runs-on: ${{ matrix.runner }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/perl-libssh-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
package_extension: deb
runner: ubuntu-22.04
arch: amd64
# - image: bullseye-arm64
# distrib: bullseye
# package_extension: deb
# runner: ["self-hosted", "collect-arm64"]
# arch: arm64
- image: bullseye-arm64
distrib: bullseye
package_extension: deb
runner: ["self-hosted", "collect-arm64"]
arch: arm64

runs-on: ${{ matrix.runner }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/perl-net-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
package_extension: deb
runner: ubuntu-22.04
arch: amd64
# - image: bullseye-arm64
# distrib: bullseye
# package_extension: deb
# runner: ["self-hosted", "collect-arm64"]
# arch: arm64
- image: bullseye-arm64
distrib: bullseye
package_extension: deb
runner: ["self-hosted", "collect-arm64"]
arch: arm64

runs-on: ${{ matrix.runner }}

Expand Down

0 comments on commit 2eb2f8f

Please sign in to comment.