fix: remove strategy
This commit is contained in:
parent
4b055d161b
commit
e17a3ec92a
|
|
@ -20,11 +20,6 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
gotrue_image:
|
gotrue_image:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- arch: amd64
|
|
||||||
- arch: arm64
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue