pkg-fetch/.github/workflows
Jesse Chan 6de6de36a3 CI: use Docker to build binaries for linux-arm64
Recently it comes to my attention that Github Actions image installs
experimental C++ standard library from an unsupported PPA, which
effectively breaks assumptions of binary compatibility for the OS
(in this case, Ubuntu 18.04+).

Unfortunately, as a result, the Github Actions environment can no
longer be trusted to compile proper binaries.

This change adds a Dockerfile that composes a proper Ubuntu 18.04
environment from official "ubuntu:bionic" image, and builds Node
binaries in it.

Bug: actions/virtual-environments#3432
2021-05-27 10:49:48 +01:00
..
build-alpine.yml CI: don't upload if binary is not compiled 2021-04-23 23:01:44 +08:00
build-linux.yml CI: use Docker to build binaries for linux-arm64 2021-05-27 10:49:48 +01:00
build-linuxstatic.yml CI: don't upload if binary is not compiled 2021-04-23 23:01:44 +08:00
build-macos.yml CI: don't upload if binary is not compiled 2021-04-23 23:01:44 +08:00
build-windows.yml CI: don't upload if binary is not compiled 2021-04-23 23:01:44 +08:00
ci.yml Update to main branch, update CI. (#190) 2021-05-24 08:37:16 -05:00