Skip to content

Commit

Permalink
chore: add arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 27, 2024
1 parent 0163ac3 commit de88201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
target: ci
platforms: linux/amd64,linux/arm64/v8

test:
name: Test Suite
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
target: full
platforms: linux/amd64,linux/arm64/v8

publish-image:
name: Publish Image
Expand All @@ -111,3 +113,4 @@ jobs:
target: full
build-args: |
VERSION=${{ needs.release-please.outputs.version }}
platforms: linux/amd64,linux/arm64/v8

0 comments on commit de88201

Please sign in to comment.