Skip to content

Commit

Permalink
Add a new native lib for Linux-arm (#436)
Browse files Browse the repository at this point in the history
* use lts image for glibc compatibility

fixes #417

* Update dockcross-aarch64

* Update native libraries

---------

Co-authored-by: NersesAM <1935500+NersesAM@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed May 23, 2023
1 parent f92925a commit 86ebb48
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dockcross-aarch64
@@ -1,6 +1,6 @@
#!/bin/bash

DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64
DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts

#------------------------------------------------------------------------------
# Helpers
Expand Down
2 changes: 1 addition & 1 deletion docker/dockcross-arm64
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64
DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts

#------------------------------------------------------------------------------
# Helpers
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 86ebb48

Please sign in to comment.