Skip to content

Commit

Permalink
fix: publish docker image for both amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 2, 2024
1 parent e4fba6f commit eca9b44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
push: true
context: .
platforms: |
linux/amd64
linux/arm64v8
tags: |
favware/graphql-pokemon:latest
ghcr.io/favware/graphql-pokemon:latest
Expand Down

0 comments on commit eca9b44

Please sign in to comment.