diff options
author | Sven Gothel <[email protected]> | 2023-01-31 12:44:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-31 12:44:06 +0100 |
commit | 6a18de1279084f2a0a70c41860895aa0f4094623 (patch) | |
tree | c426a511480fb09d3b6cfd6f743575d83dc0450e | |
parent | d1b8fca34a07978f84e8bfdb7e9484861b6b7f6e (diff) |
maven/make-platforms.txt: Add back linux-armv6hf
-rw-r--r-- | maven/make-platforms.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maven/make-platforms.txt b/maven/make-platforms.txt index d3bd495..e060829 100644 --- a/maven/make-platforms.txt +++ b/maven/make-platforms.txt @@ -1,5 +1,6 @@ android-aarch64 : Android ARM AArch64 linux-amd64 : Linux AMD64 +linux-armv6hf : Linux ARMv6hf linux-aarch64 : Linux ARM AArch64 macosx-universal : Mac OS X Universal windows-amd64 : Windows AMD64 |