Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automated arm/v7 and arm64 builds for alpine and linux built using docker buildx and github actions #1362

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
also build node 10 binaries
n1ru4l authored Jul 22, 2020
commit f6ea8b945d7ba01e948e9b68fe15afead9175145
2 changes: 1 addition & 1 deletion .github/workflows/build-arm-bindings.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: [11, 12, 13, 14]
nodeVersion: [10, 11, 12, 13, 14]
platform: ["linux", "alpine"]
arch: [linux/arm/v7, linux/arm64]
include: