Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <[email protected]>
  • Loading branch information
cicdguy authored Mar 8, 2024
1 parent ab47d3e commit 59b66b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Deploy image to GHCR 🪂

env:
REGISTRY: ghcr.io
PLATFORMS: linux/amd64,linux/arm64
# PLATFORMs is a comma-separted list of architectures to build for.
# We disable linux/arm64 due to runner mem saturation.
PLATFORMS: linux/amd64

on:
repository_dispatch:
Expand Down

0 comments on commit 59b66b6

Please sign in to comment.