Skip to content

Commit d0aab83

Browse files
committed
fix(ci): use correct architecture name in aarch64-linux builds
1 parent 3f8eccb commit d0aab83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
echo matrix="$(python scripts/github-matrix.py checks)" >> "$GITHUB_OUTPUT"
107107
108108
build-checks-aarch64-linux:
109-
name: ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
109+
name: ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-linux)
110110
needs: checks-matrix
111111
runs-on: ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
112112
if: ${{ fromJSON(needs.checks-matrix.outputs.matrix).aarch64_linux != null }}

0 commit comments

Comments
 (0)