Compare commits

..

No commits in common. "main" and "1.19.5" have entirely different histories.
main ... 1.19.5

2 changed files with 2 additions and 8 deletions

View File

@ -36,8 +36,8 @@ RUN ln -sf $ANDROID_HOME/ndk/$NDK_VER $ANDROID_HOME/ndk-bundle
## - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf ## - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN echo 'hosts: files dns' > /etc/nsswitch.conf RUN echo 'hosts: files dns' > /etc/nsswitch.conf
ENV GOLANG_VERSION=1.21.5.linux-amd64 ENV GOLANG_VERSION=1.19.5.linux-amd64
ENV GOLANG_SHA256=e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e ENV GOLANG_SHA256=36519702ae2fd573c9869461990ae550c8c0d955cd28d2827a6b159fda81ff95
RUN set -eux; \ RUN set -eux; \
apt-get update; \ apt-get update; \

View File

@ -1,17 +1,11 @@
# Android, Go, and gomobile # Android, Go, and gomobile
**Deprecated:** in favor of [go-cross-compile](https://git.openprivacy.ca/openprivacy/go-cross-compile) at [dockerhub/openpriv/go-cross-compile](https://hub.docker.com/r/openpriv/go-cross-compile)
Dockerfiles @ [git.openprivacy.ca/openprivacy/android-go-mobile](https://git.openprivacy.ca/openprivacy/android-go-mobile) Dockerfiles @ [git.openprivacy.ca/openprivacy/android-go-mobile](https://git.openprivacy.ca/openprivacy/android-go-mobile)
This image was built for use with Drone CI but can be used with any docker setup you want. This image was built for use with Drone CI but can be used with any docker setup you want.
Versions are: Versions are:
- 2024.01
- Go 1.21.5
- Android API 31
- NDK 21.0.6113669
- 2022.11 - 2022.11
- Go 1.19.3 - Go 1.19.3
- Android API 31 - Android API 31