Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Commit 8398379

Browse files
authored
Merge pull request #3 from linuxserver-labs/no-arm32
2 parents 27c4bb8 + f6fb37e commit 8398379

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/call-build-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build Image On Release
33
on:
44
release:
55
types: [ published ]
6+
pull_request:
67

78
jobs:
89
call-workflow:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The architectures supported by this image are:
5252
| :----: | :----: | ---- |
5353
| x86-64 || latest |
5454
| arm64 || latest |
55-
| armhf | | latest |
55+
| armhf | | |
5656

5757
## Application Setup
5858

docker-bake.hcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ target "image-all" {
1717
inherits = ["image"]
1818
platforms = [
1919
"linux/amd64",
20-
"linux/arm64",
21-
"linux/arm/v7"
20+
"linux/arm64"
2221
]
2322
}

0 commit comments

Comments
 (0)