Skip to content

Commit

Permalink
more build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlehane committed Jun 2, 2024
1 parent ec0109f commit b25771d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/config/userdata_darwin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !brew && !archivematica

// Copyright 2014 Richard Lehane. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions pkg/config/userdata_plan9.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !brew && !archivematica

// Copyright 2014 Richard Lehane. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/userdata_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build aix || dragonfly || freebsd || nacl || linux || netbsd || openbsd || solaris
//go:build (aix || dragonfly || freebsd || nacl || linux || netbsd || openbsd || solaris) && !brew && !archivematica

// Copyright 2014 Richard Lehane. All rights reserved.
//
Expand Down
2 changes: 2 additions & 0 deletions pkg/config/userdata_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !brew && !archivematica

// Copyright 2014 Richard Lehane. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit b25771d

Please sign in to comment.