Skip to content

Commit

Permalink
enable arm
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Sep 7, 2024
1 parent 46a3911 commit b64f698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distro: ${{ fromJSON(needs.define-matrix.outputs.distros) }}
arch:
- amd64
#- arm64
- arm64
env:
WORKSPACE: ${{ github.workspace }}
ARCHITECTURE: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distro: ${{ fromJSON(needs.define-matrix.outputs.distros) }}
arch:
- x86_64
#- aarch64
- aarch64
env:
WORKSPACE: ${{ github.workspace }}
ARCHITECTURE: ${{ matrix.arch }}
Expand Down

0 comments on commit b64f698

Please sign in to comment.