Skip to content

Commit

Permalink
chore: exclude alpm related from build by default
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Aug 5, 2024
1 parent dff6a7a commit c128768
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/list_archlinux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

/*
Copyright © 2022 maxgio92 <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions pkg/distro/archlinux/archlinux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

/*
Copyright © 2022 maxgio92 <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions pkg/distro/archlinux/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

/*
Copyright © 2022 maxgio92 <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions pkg/distro/archlinux/constants.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

/*
Copyright © 2022 maxgio92 <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions pkg/packages/alpm/alpm.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

package alpm

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/packages/alpm/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

package alpm

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/packages/alpm/search.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build archlinux

package alpm

import (
Expand Down

0 comments on commit c128768

Please sign in to comment.