Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавить поддержку для arm64 #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PadowYT2
Copy link

@PadowYT2 PadowYT2 commented Feb 16, 2025

Других изменений по идеи не надо. Я попробывал забилдить и без ошибок все прошло

Логи

$ sudo docker build --no-cache --pull -t amnezia-awg /opt/amnezia/amnezia-awg
[+] Building 5.5s (11/11) FINISHED                                                                                                                                                                  docker:default
 => [internal] load build definition from Dockerfile                                                                                                                                                          0.0s
 => => transferring dockerfile: 1.50kB                                                                                                                                                                        0.0s
 => [internal] load metadata for docker.io/padowyt2/amneziawg-go:latest                                                                                                                                       1.7s
 => [internal] load .dockerignore                                                                                                                                                                             0.0s
 => => transferring context: 2B                                                                                                                                                                               0.0s
 => [1/7] FROM docker.io/padowyt2/amneziawg-go:latest@sha256:4866034e5c621ff999075015e6936084e2143b4888c4c90304a3f37143294349                                                                                 1.5s
 => => resolve docker.io/padowyt2/amneziawg-go:latest@sha256:4866034e5c621ff999075015e6936084e2143b4888c4c90304a3f37143294349                                                                                 0.0s
 => => sha256:4866034e5c621ff999075015e6936084e2143b4888c4c90304a3f37143294349 1.61kB / 1.61kB                                                                                                                0.0s
 => => sha256:9283078c7df33cff33923a4ea17d7e7592909adb3cab8f3068980c566acc7a94 865B / 865B                                                                                                                    0.0s
 => => sha256:858a296c4a954a638df4390c7a57aa8b51b18a3b5d9ec7f2f92a0dfed5ae0554 1.63kB / 1.63kB                                                                                                                0.0s
 => => sha256:d13a3fff434d56c3504596695435266be8d07061a80359aa09366eea2e094aa0 3.36MB / 3.36MB                                                                                                                0.3s
 => => sha256:d681d047f7576c93101681b75bc66b42a5e548f9934e6e1bfd86d3ec61dc39e4 2.81MB / 2.81MB                                                                                                                1.2s
 => => sha256:46b8e53f9b26b040585d120f8c3145b36f848f76469bc549084ad93905c7d3ee 2.79MB / 2.79MB                                                                                                                1.4s
 => => extracting sha256:d13a3fff434d56c3504596695435266be8d07061a80359aa09366eea2e094aa0                                                                                                                     0.1s
 => => extracting sha256:d681d047f7576c93101681b75bc66b42a5e548f9934e6e1bfd86d3ec61dc39e4                                                                                                                     0.1s
 => => extracting sha256:46b8e53f9b26b040585d120f8c3145b36f848f76469bc549084ad93905c7d3ee                                                                                                                     0.0s
 => [2/7] RUN apk add --no-cache bash curl dumb-init                                                                                                                                                          0.9s
 => [3/7] RUN apk --update upgrade --no-cache                                                                                                                                                                 0.6s 
 => [4/7] RUN mkdir -p /opt/amnezia                                                                                                                                                                           0.2s 
 => [5/7] RUN echo -e "#!/bin/bash\ntail -f /dev/null" > /opt/amnezia/start.sh                                                                                                                                0.2s 
 => [6/7] RUN chmod a+x /opt/amnezia/start.sh                                                                                                                                                                 0.2s 
 => [7/7] RUN echo -e " \n  fs.file-max = 51200 \n  \n  net.core.rmem_max = 67108864 \n  net.core.wmem_max = 67108864 \n  net.core.netdev_max_backlog = 250000 \n  net.core.somaxconn = 4096 \n  \n  net.ipv  0.2s 
 => exporting to image                                                                                                                                                                                        0.1s 
 => => exporting layers                                                                                                                                                                                       0.1s
 => => writing image sha256:5d63782210ecd2777d12c6fe2f75550064dbc3e79d7196cd333a8214ab4feab4                                                                                                                  0.0s 
 => => naming to docker.io/library/amnezia-awg              


Closes #36
Closes amnezia-vpn/amnezia-client#869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build images for different architectures AARCH64 Server Support
1 participant