Skip to content

Commit be73dbe

Browse files
ci: create image for x64 architecture
1 parent a574b87 commit be73dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
IMAGE_NAME: ghcr.io/${{ github.repository }}
17-
PLATFORMS: linux/arm/v7
17+
PLATFORMS: linux/amd64,linux/arm/v7
1818

1919
jobs:
2020
build-image:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version numbers are copied from upstream.
55

66
Image details:
77
- Uses *alpine* image flavor
8-
- *ARMv7* architecture (e.g. Raspberry Pi)
8+
- *x64* and *ARMv7* architecture (e.g. Raspberry Pi)
99

1010
Pull with this image name:
1111
```

0 commit comments

Comments
 (0)