File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 platform :
1515 - os : ubuntu-latest
1616 name : linux
17+ arch : x86-64
1718 - os : macos-latest
1819 name : darwin
20+ arch : aarch64
1921 steps :
2022 - uses : actions/checkout@v4
2123 with :
3234 - run : test ${{ steps.build.outputs.project }} = stark.com/foo
3335 - run : test ${{ steps.build.outputs.version }} = 2.3.4
3436 - run : test ${{ steps.build.outputs.platform }} = ${{ matrix.platform.name }}
35- - run : test ${{ steps.build.outputs.arch }} = x86-64
37+ - run : test ${{ steps.build.outputs.arch }} = ${{ matrix.platform.arch }}
3638 - run : test -d ${{ steps.build.outputs.prefix }}
3739 - run : test $BREWKIT_PKGSPEC = ${{ steps.build.outputs.pkgspec }}
3840 - run : test $BREWKIT_PREFIX = ${{ steps.build.outputs.prefix }}
4446 strategy :
4547 matrix :
4648 platform-key :
47- - darwin+x86-64
49+ - darwin+aarch64
4850 - null
4951 runs-on : ubuntu-latest
5052 env :
You can’t perform that action at this time.
0 commit comments