Skip to content

Commit 12598b5

Browse files
committed
feat: build all
1 parent 2f6ee02 commit 12598b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
matrix:
5151
distro:
5252
- focal
53-
# - jammy
53+
- jammy
5454
arch:
5555
- x86_64
56-
# - aarch64
56+
- aarch64
5757

5858
env:
5959
DISTRO: ${{ matrix.distro }} # build target, name required by binary-builder
@@ -68,7 +68,6 @@ jobs:
6868
command: binary-builder
6969
dry-run: ${{github.ref != 'refs/heads/main'}}
7070
token: ${{ secrets.GITHUB_TOKEN }}
71-
last-only: true
7271

7372
# Catch-all required check for matrix
7473
success:

0 commit comments

Comments
 (0)