Skip to content

Commit

Permalink
Merge pull request #18 from FirebirdSQL/work/gh-2-arm64
Browse files Browse the repository at this point in the history
ARM64 support for Firebird v5 (noble and bookworm)
  • Loading branch information
asfernandes authored Feb 1, 2025
2 parents 6af8bf9 + 269a59e commit 0f439b2
Show file tree
Hide file tree
Showing 58 changed files with 934 additions and 396 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.{template}]
indent_style = space
indent_size = 4
3 changes: 3 additions & 0 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
run: |
Install-Module InvokeBuild -Force
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build
shell: pwsh
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: |
Install-Module InvokeBuild -Force
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Build
shell: pwsh
run: |
Expand Down
Loading

0 comments on commit 0f439b2

Please sign in to comment.