Skip to content

Commit

Permalink
Merge pull request #17 from pledra/arm64-builds
Browse files Browse the repository at this point in the history
Add linux/arm64 platform to Docker build
  • Loading branch information
pedrobaeza authored Feb 5, 2024
2 parents de4bd85 + 119e3c1 commit b1db569
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
platforms: |
linux/386
linux/amd64
linux/arm64
load: false
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
platforms: |
linux/386
linux/amd64
linux/arm64
load: false
push: true
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit b1db569

Please sign in to comment.