We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a574b87 commit be73dbeCopy full SHA for be73dbe
.github/workflows/build-image.yml
@@ -14,7 +14,7 @@ permissions:
14
15
env:
16
IMAGE_NAME: ghcr.io/${{ github.repository }}
17
- PLATFORMS: linux/arm/v7
+ PLATFORMS: linux/amd64,linux/arm/v7
18
19
jobs:
20
build-image:
README.md
@@ -5,7 +5,7 @@ Version numbers are copied from upstream.
5
6
Image details:
7
- Uses *alpine* image flavor
8
-- *ARMv7* architecture (e.g. Raspberry Pi)
+- *x64* and *ARMv7* architecture (e.g. Raspberry Pi)
9
10
Pull with this image name:
11
```
0 commit comments