Skip to content

Replace &PrimitiveArray with ArrayView in a bunch of places (#7378) #4

Replace &PrimitiveArray with ArrayView in a bunch of places (#7378)

Replace &PrimitiveArray with ArrayView in a bunch of places (#7378) #4

name: Publish Benchmarks Website
on:
push:
branches: [develop]
paths:
- "benchmarks-website/**"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v6
- name: Log in to GHCR
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Build and push
uses: docker/build-push-action@v7
with:
context: ./benchmarks-website
platforms: linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}/benchmarks-website:latest