Skip to content

Commit

Permalink
Release arm64 version of binary (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan authored Jan 29, 2025
1 parent 1ebc7c2 commit 7f6490f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fast-apes-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-hive/gateway': patch
---

Binary for Linux-ARM64
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
os:
[ubuntu-latest, macos-13, macos-14, windows-latest, ubuntu-24.04-arm]
steps:
- name: Version
uses: actions/github-script@v7
Expand Down

0 comments on commit 7f6490f

Please sign in to comment.