1
0
mirror of https://github.com/fiatjaf/nak.git synced 2025-04-22 01:19:56 -04:00

fix github builds by removing some odd platform combinations.

This commit is contained in:
fiatjaf 2025-03-10 17:13:19 -03:00
parent 4b4d9ec155
commit 1c058f2846
2 changed files with 3 additions and 9 deletions
.github/workflows
go.mod

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
goos: [linux, freebsd, darwin, windows]
goarch: [arm, amd64, arm64, riscv64]
goarch: [amd64, arm64, riscv64]
exclude:
- goarch: arm64
goos: windows
@ -33,11 +33,7 @@ jobs:
goos: windows
- goarch: riscv64
goos: darwin
- goarch: arm
goos: windows
- goarch: arm
goos: darwin
- goarch: arm
- goarch: arm64
goos: freebsd
steps:
- uses: actions/checkout@v3

4
go.mod

@ -1,8 +1,6 @@
module github.com/fiatjaf/nak
go 1.23.3
toolchain go1.23.4
go 1.24.1
require (
github.com/bep/debounce v1.2.1