Enable compiler on ARMv8. (#211)

This commit is contained in:
Nuno Cruces
2025-01-06 18:22:36 +00:00
committed by GitHub
parent abfad02d95
commit 8175407754
19 changed files with 80 additions and 38 deletions

View File

@@ -92,6 +92,14 @@ jobs:
- name: netbsd
version: '10.0'
flags: '-test.v'
- name: freebsd
arch: arm64
version: '14.2'
flags: '-test.v -test.short'
- name: netbsd
arch: arm64
version: '10.0'
flags: '-test.v -test.short'
- name: openbsd
version: '7.6'
flags: '-test.v -test.short'
@@ -104,6 +112,7 @@ jobs:
- name: Build
env:
GOOS: ${{ matrix.os.name }}
GOARCH: ${{ matrix.os.arch }}
TESTFLAGS: ${{ matrix.os.flags }}
run: .github/workflows/build-test.sh
@@ -111,6 +120,7 @@ jobs:
uses: cross-platform-actions/action@v0.26.0
with:
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.arch }}
version: ${{ matrix.os.version }}
shell: bash
run: . ./test.sh