Skip to content

Commit

Permalink
remove arm
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Oct 5, 2023
1 parent d4de0b2 commit b1a353c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
no_main_check: true
binary: warp-plugin-mysql.so
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64]
- env:
- CGO_ENABLED=1
id: sqlite
Expand All @@ -32,7 +32,7 @@ builds:
no_main_check: true
binary: warp-plugin-sqlite.so
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64]
- env:
- CGO_ENABLED=1
id: file
Expand All @@ -41,7 +41,7 @@ builds:
no_main_check: true
binary: warp-plugin-file.so
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64]

archives:
- id: warp
Expand Down

0 comments on commit b1a353c

Please sign in to comment.