Skip to content

Commit 0f439b2

Browse files
authored
Merge pull request #18 from FirebirdSQL/work/gh-2-arm64
ARM64 support for Firebird v5 (noble and bookworm)
2 parents 6af8bf9 + 269a59e commit 0f439b2

File tree

58 files changed

+934
-396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+934
-396
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
8+
[*.{template}]
9+
indent_style = space
10+
indent_size = 4

.github/workflows/on-pull-request.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
run: |
1919
Install-Module InvokeBuild -Force
2020
21+
- name: Set up QEMU
22+
uses: docker/setup-qemu-action@v3
23+
2124
- name: Build
2225
shell: pwsh
2326
run: |

.github/workflows/publish.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: |
2525
Install-Module InvokeBuild -Force
2626
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
2730
- name: Build
2831
shell: pwsh
2932
run: |

0 commit comments

Comments
 (0)