Skip to content

Commit ce29dc8

Browse files
authored
add macos (darwin) build variant (#121)
1 parent 03ab3a2 commit ce29dc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- {"name": "tempio_armhf", "args": "GOARM=6 GOARCH=arm"}
2424
- {"name": "tempio_armv7", "args": "GOARM=7 GOARCH=arm"}
2525
- {"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"}
2628
steps:
2729
- name: Checkout the repository
2830
uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)