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

Commit

Permalink
Merge pull request #3 from linuxserver-labs/no-arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Mar 21, 2022
2 parents 27c4bb8 + f6fb37e commit 8398379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Image On Release
on:
release:
types: [ published ]
pull_request:

jobs:
call-workflow:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The architectures supported by this image are:
| :----: | :----: | ---- |
| x86-64 || latest |
| arm64 || latest |
| armhf | | latest |
| armhf | | |

## Application Setup

Expand Down
3 changes: 1 addition & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ target "image-all" {
inherits = ["image"]
platforms = [
"linux/amd64",
"linux/arm64",
"linux/arm/v7"
"linux/arm64"
]
}

0 comments on commit 8398379

Please sign in to comment.