Skip to content

Commit

Permalink
Remove linux/386 platform.
Browse files Browse the repository at this point in the history
linux/386 platform support is missing from node:12-alpine
  • Loading branch information
felddy committed Oct 14, 2020
1 parent 9285b66 commit 2d6e989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
IMAGE_NAME: felddy/foundryvtt
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,\
PLATFORMS: "linux/amd64,linux/arm/v6,linux/arm/v7,\
linux/arm64,linux/ppc64le,linux/s390x"
RUN_TMATE: ${{ secrets.RUN_TMATE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
IMAGE_NAME: felddy/foundryvtt
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
PLATFORMS: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,\
PLATFORMS: "linux/amd64,linux/arm/v6,linux/arm/v7,\
linux/arm64,linux/ppc64le,linux/s390x"
RUN_TMATE: ${{ secrets.RUN_TMATE }}

Expand Down

1 comment on commit 2d6e989

@felddy
Copy link
Owner Author

@felddy felddy commented on 2d6e989 Oct 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build was breaking due to linux/386 being removed upstream.
See: nodejs/docker-node#1344

Please sign in to comment.