Skip to content

Commit

Permalink
add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
romnovi committed Jan 1, 2025
1 parent 5729311 commit cbb2b4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
packages: write
strategy:
matrix:
platform: [linux/amd64]
platform: [linux/amd64, linux/arm64]
include:
- platform: linux/amd64
runner_platform: linux-x64
- platform: linux/arm64
runner_platform: linux-arm64
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cbb2b4f

Please sign in to comment.