Skip to content

Commit

Permalink
fix(ci): build plugins on debian bullseye
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed May 21, 2024
1 parent e66527d commit 867b844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
container: golang:1.22
container: golang:1.22-bullseye
steps:
- name: Install deps
run: |
Expand Down

0 comments on commit 867b844

Please sign in to comment.