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

Commit

Permalink
Build multi-arch
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Oct 10, 2023
1 parent fd136ca commit 6840197
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI

on:
push:
branches: [ "main", "ostree" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build the image
run: ./build ostree
run: ./build ostree-amd64 ostree-arm64
- run: ls -l .build/*.raw

0 comments on commit 6840197

Please sign in to comment.