Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Change to snmalloc

Change to snmalloc #45

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
schedule:
- cron: '0 1 * * 1'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Login
run: echo "${{ secrets.GITHUB_TOKEN }}" | podman login ghcr.io -u "${{ github.actor }}" --password-stdin
- name: Build container
run: podman build -t ghcr.io/charles8191/netherite/9 .
- name: Push container
run: podman push ghcr.io/charles8191/netherite/9