We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9642c09 commit e223c06Copy full SHA for e223c06
.github/workflows/build.yaml
@@ -34,10 +34,9 @@ jobs:
34
run: mage Build
35
36
xbuild:
37
- name: xbuild-${{matrix.GOOS}}-${{matrix.GOARCH}}
38
strategy:
39
matrix:
40
- GOOS: [linux, windows, darwin]
+ GOOS: [windows, darwin]
41
GOARCH: [amd64, arm64]
42
runs-on: ubuntu-latest
43
steps:
@@ -96,7 +95,7 @@ jobs:
96
95
run: mage vet
97
98
build-docker:
99
- needs: [xbuild-linux-amd64]
+ needs: [xbuild]
100
101
102
- name: Checkout repository
@@ -122,7 +121,7 @@ jobs:
122
121
run: mage BuildImages
123
124
smoke-test:
125
126
# TODO: Configure our self-hosted windows runner
127
#strategy:
128
# matrix:
0 commit comments