Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
chore: initial pass at multi-arch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Jan 16, 2025
1 parent 366ba20 commit ab57ef6
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 332 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build-fsync-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build Fsync 40

on:
pull_request:

jobs:
generate_metadata:
uses: ./.github/workflows/reusable-generate-metadata.yml
with:
fedora-version: 40
image-registry: ghcr.io/ublue-os
image-name: multiarch-test-fsync-kernel

build:
uses: ./.github/workflows/reusable-build.yml
needs: generate_metadata
secrets: inherit
with:
image-registry: ${{ needs.generate_metadata.outputs.image-registry }}
image-name: ${{ needs.generate_metadata.outputs.image-name }}
platforms: amd64, arm64
build-args: ${{ needs.generate_metadata.outputs.build-args }}
tags: ${{ needs.generate_metadata.outputs.tags }}
validate-secureboot: true
Loading

0 comments on commit ab57ef6

Please sign in to comment.