Skip to content

Commit

Permalink
build arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 3, 2022
1 parent 715fd48 commit 9abbd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monkeyplug-build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-rules: |
type=raw,value=small,enable={{is_default_branch}}
type=raw,value=stable-small-{{date 'YYYYMMDDHHmmss'}},enable={{is_default_branch}}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

build-large-image:
name: Call Docker Build for large
Expand All @@ -55,4 +55,4 @@ jobs:
tag-rules: |
type=raw,value=large,enable={{is_default_branch}}
type=raw,value=stable-large-{{date 'YYYYMMDDHHmmss'}},enable={{is_default_branch}}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

0 comments on commit 9abbd5b

Please sign in to comment.