Skip to content

Commit

Permalink
Update base-docker release.yml/build.yml platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Sep 5, 2023
1 parent 36a897f commit f244bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
build-args: "NODE_VERSION=${{ matrix.version }}"
pull: true
file: ./Dockerfile
Expand All @@ -41,6 +42,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
build-args: "NODE_VERSION=${{ matrix.version }}"
pull: true
file: ./Dockerfile.core
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
build-args: "NODE_VERSION=${{ matrix.version }}"
pull: true
push: true
Expand All @@ -43,6 +44,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
build-args: "NODE_VERSION=${{ matrix.version }}"
pull: true
push: true
Expand Down

0 comments on commit f244bd2

Please sign in to comment.