Skip to content

Commit 1d15840

Browse files
authored
chore: Disable building linux arm64 (#17692)
#### Summary Until we can figure out why it's failing https://github.com/cloudquery/cloudquery/actions/runs/8742512711/job/23990955224#step:11:112
1 parent 6b5c3a5 commit 1d15840

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/destination/sqlite/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ func main() {
2121
internalPlugin.Version,
2222
client.New,
2323
plugin.WithBuildTargets([]plugin.BuildTarget{
24-
{OS: plugin.GoOSLinux, Arch: plugin.GoArchArm64, CGO: true},
2524
{OS: plugin.GoOSLinux, Arch: plugin.GoArchAmd64, CGO: true},
2625
{OS: plugin.GoOSWindows, Arch: plugin.GoArchAmd64, CGO: true},
2726
{OS: plugin.GoOSDarwin, Arch: plugin.GoArchAmd64, CGO: true},

0 commit comments

Comments
 (0)