Skip to content

Commit

Permalink
feat: build all
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 12, 2024
1 parent 2f6ee02 commit 12598b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
matrix:
distro:
- focal
# - jammy
- jammy
arch:
- x86_64
# - aarch64
- aarch64

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

# Catch-all required check for matrix
success:
Expand Down

0 comments on commit 12598b5

Please sign in to comment.