We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7408b9 commit a46fceeCopy full SHA for a46fcee
.github/workflows/test.yml
@@ -75,6 +75,15 @@ jobs:
75
- run: luamake -notest -sanitize
76
- run: luamake lua test/glibc-version.lua
77
- run: luamake test -v
78
+ linux-arm:
79
+ name: linux (arm64)
80
+ runs-on: ubuntu-22.04-arm
81
+ steps:
82
+ - uses: actions/checkout@v4
83
+ - uses: actboy168/setup-luamake@master
84
+ - run: luamake -notest -sanitize
85
+ - run: luamake lua test/glibc-version.lua
86
+ - run: luamake test -v
87
linux:
88
strategy:
89
fail-fast: false
0 commit comments