Skip to content

add Windows ARM64EC builds and platform option #114

add Windows ARM64EC builds and platform option

add Windows ARM64EC builds and platform option #114

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
middleman:
runs-on: ubuntu-latest
steps:
- name: Fetch repository
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.0
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install JS dependencies
run: npm install
- name: Update dynamic data
run: bundle exec ./update.rb
- name: Compile
env:
# FIXME: workaround for Webpack < 5.61 on NodeJS > 16 and OpenSSL 3
# error:0308010C:digital envelope routines::unsupported
NODE_OPTIONS: --openssl-legacy-provider
run: bundle exec middleman build