GMLC-TDC / netif

Header-only C++14 library for getting addresses associated with network interfaces without name lookups on Windows, macOS, Linux, and FreeBSD
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

fix: remove arm32 pipeline #21

Closed Markaeus closed 2 years ago

Markaeus commented 2 years ago

Summary

.drone.yml had two pipelines, one for arm32 and one for arm64. Existing build machines no longer support arm32 and has been removed so the pipeline does not hang.

If merged this pull request will no longer run the drone pipeline for arm32.

This fixes issue #20

Proposed changes

Entire section regarding ARM32 being removed