Skip to content

Commit

Permalink
magefile: remove DMG-related bits
Browse files Browse the repository at this point in the history
Removed from libbeat in elastic/beats#30097
  • Loading branch information
axw committed Feb 7, 2022
1 parent 9156cd1 commit 4c1e2b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ func customizePackaging() {

for idx := len(mage.Packages) - 1; idx >= 0; idx-- {
args := &mage.Packages[idx]
pkgType := args.Types[0]
if pkgType == mage.DMG {
// We do not build macOS packages.
mage.Packages = append(mage.Packages[:idx], mage.Packages[idx+1:]...)
continue
}

// Replace the generic Beats README.md with an APM specific one, and remove files unused by apm-server.
for filename, filespec := range args.Spec.Files {
Expand Down

0 comments on commit 4c1e2b5

Please sign in to comment.