Skip to content

Commit

Permalink
Merge pull request #73 from CpuID/CpuID-arm64-docker-images
Browse files Browse the repository at this point in the history
Build and push multiple (ARM/ARM64) architecture images on Docker Hub
  • Loading branch information
longzheng authored Dec 21, 2024
2 parents f67ee1e + feb27ec commit f202280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
context: .
push: true
# TODO: add linux/arm/v7 once a workaround is found for https://github.com/docker/build-push-action/issues/1071
# without downgrading NodeJS
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}

0 comments on commit f202280

Please sign in to comment.