Skip to content

Fix build pipeline

Fix build pipeline #21

Workflow file for this run

name: release
on:
pull_request:
jobs:
ubuntu-arm64:
name: Build package for Ubuntu arm64
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- uses: k1LoW/run-on-container@main
with:
run: |
uname -a
ls
env
image: ubuntu:latest
platform: linux/arm64
args: '--env HELLO'
env:
HELLO: world