We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ab3a2 commit ce29dc8Copy full SHA for ce29dc8
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
23
- {"name": "tempio_armhf", "args": "GOARM=6 GOARCH=arm"}
24
- {"name": "tempio_armv7", "args": "GOARM=7 GOARCH=arm"}
25
- {"name": "tempio_aarch64", "args": "GOARCH=arm64"}
26
+ - {"name": "tempio_darwin_amd64", "args": "GOOS=darwin GOARCH=amd64"}
27
+ - {"name": "tempio_darwin_arm64", "args": "GOOS=darwin GOARCH=arm64"}
28
steps:
29
- name: Checkout the repository
30
uses: actions/checkout@v6.0.2
0 commit comments