Skip to content

Commit 5b15140

Browse files
Merge pull request #23 from Kasurus/move-arm7-to-arm6
Move arm7 to arm6 (as per go-gitea/gitea#7037)
2 parents 871c4f7 + 6e6738f commit 5b15140

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Change into the newly created directory - the root directory:
1616

1717
`$ cd gitea-spk`
1818

19-
Download the Gitea binary matching your architecture from https://github.com/go-gitea/gitea/releases into the root directory. For example, a DiskStation with an ARMv7 CPU would require:
19+
Download the Gitea binary matching your architecture from https://github.com/go-gitea/gitea/releases into the root directory. For example, a DiskStation with an ARMv6 (or ARMv7) CPU would require:
2020

21-
`$ wget https://github.com/go-gitea/gitea/releases/download/v1.1.4/gitea-1.1.4-linux-arm-7`
21+
`$ wget https://github.com/go-gitea/gitea/releases/download/v1.8.3/gitea-1.8.3-linux-arm-6`
2222

2323
Invoke the build script to have the package created:
2424

2525
`$ ./create_spk.sh`
2626

27-
The install package matching your binary (here `gitea-1.1.4-linux-arm-7.spk`) will be created in the root directory.
27+
The install package matching your binary (here `gitea-1.8.3-linux-arm-6.spk`) will be created in the root directory.
2828

2929
If you have several binaries downloaded, you can specify the binary for which the package should be created:
3030

31-
`$ ./create_spk.sh gitea-1.1.3-linux-arm-7`
31+
`$ ./create_spk.sh gitea-1.8.3-linux-arm-6`
3232

3333
### Installation
3434

@@ -44,7 +44,7 @@ When installation has finished, the package center shows url and status of your
4444

4545
When accessed for the first time, Gitea will greet you with the installation settings. You should set your **Repository Root Path** to a shared folder. You can configure permissions for shared folders in the control panel via **Edit > Permissions > System internal user** to grant the Gitea user permission.
4646

47-
Tested to work on DS116 with Gitea 1.0.1.
47+
Tested to work on DS215j with Gitea v1.8.3 (arm-6).
4848

4949
### Acknowledgements
5050

arch.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
386 x86
55
amd64 cedarview bromolow denverton apollolake avoton braswell grantley broadwell dockerx64 kvmx64 x64
66
arm-5 88f6281 88f6282
7-
arm-7 armada370 armada375 armada38x armadaxp alpine/alpine4k comcerto2k monaco
7+
arm-6 armada370 armada375 armada38x armadaxp alpine/alpine4k comcerto2k monaco
88
arm64 rtd1296

0 commit comments

Comments
 (0)