Skip to content

Commit

Permalink
chore(): Build and release arm64 image (#26)
Browse files Browse the repository at this point in the history
* chore(): Build and release arm64 image

* Add workflow dispatch to docker-release.yml
  • Loading branch information
phamtriduy authored Dec 11, 2024
1 parent def5afc commit 529e56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down
3 changes: 2 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ target "build" {
context = "./"
dockerfile = "Dockerfile"
platforms = [
"linux/amd64"
"linux/amd64",
"linux/arm64"
]
}

0 comments on commit 529e56a

Please sign in to comment.