Skip to content

Commit df4a7f7

Browse files
committed
* Update FreeBSD build workflow: comment out aarch64 configuration
1 parent b18e280 commit df4a7f7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/freebsd_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }}
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
include:
1616
- release: "14.3"
1717
arch: amd64
1818
arch_name: amd64
1919
name: freebsd-amd64
20-
- release: "14.3"
21-
arch: aarch64
22-
arch_name: arm64
23-
name: freebsd-arm64
20+
# - release: "14.3"
21+
# arch: aarch64
22+
# arch_name: arm64
23+
# name: freebsd-arm64
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)