Skip to content

Commit 315a383

Browse files
authored
Also build for linux/arm64 (#2)
Given that these images are small, we should be able to build arm64 images. Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
1 parent 8d98590 commit 315a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy image to GHCR 🪂
22

33
env:
44
REGISTRY: ghcr.io
5-
PLATFORMS: linux/amd64
5+
PLATFORMS: linux/amd64,linux/arm64
66

77
on:
88
repository_dispatch:

0 commit comments

Comments
 (0)