mirror of
https://github.com/gogs/gogs.git
synced 2025-05-28 18:22:45 +00:00
parent
8f6c4341f7
commit
ed81fc5a01
@ -58,13 +58,12 @@ All commands are starting at the repository root.
|
|||||||
```
|
```
|
||||||
- ARMv7:
|
- ARMv7:
|
||||||
```sh
|
```sh
|
||||||
# Extract the binary from the Docker image
|
# Produce the ZIP archive
|
||||||
$ docker pull --platform linux/arm/v7 gogs/gogs:${VERSION}
|
$ TAGS="cert pam" task release
|
||||||
$ docker run \
|
|
||||||
--platform linux/arm/v7 \
|
# Produce the Tarball
|
||||||
-v ${PWD}:/opt/mount/ \
|
$ export VERSION=0.12.4
|
||||||
gogs/gogs:${VERSION} \
|
$ cd release && tar czf gogs_${VERSION}_linux_armv7.tar.gz gogs
|
||||||
bash -c "cp /app/gogs/gogs /opt/mount/"
|
|
||||||
```
|
```
|
||||||
- ARMv8:
|
- ARMv8:
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user