Skip to content

Merge pull request #8 from h5py/hdf5-1.14.2 #14

Merge pull request #8 from h5py/hdf5-1.14.2

Merge pull request #8 from h5py/hdf5-1.14.2 #14

Workflow file for this run

name: Build Image from Dockerfile
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build_x86_64_wheels:
name: Build image for x86_64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Image
uses: matootie/[email protected]
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
imageName: manylinux2014_x86_64-hdf5
containerRegistry: true
contextName: ./Dockerfile_x86_64
build_aarch64_wheels:
name: Build image for aarch64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- name: Publish Image
uses: matootie/[email protected]
with:
accessToken: ${{ secrets.GITHUB_TOKEN }}
imageName: manylinux2014_aarch64-hdf5
containerRegistry: true
contextName: ./Dockerfile_aarch64