Skip to content

Commit

Permalink
Run build in docker inside workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberkes committed Dec 16, 2024
1 parent a810c78 commit 2a36356
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ jobs:
with:
lfs: true

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Install QEMU for ARM64
uses: docker/setup-qemu-action@v2
with:
platform: linux/arm64

- name: Build OS
env:
INSTALL_DEPS: true
shell: bash
run: |
sudo ./build-os.sh
./build-in-docker.sh
- name: Create release
id: create_release
Expand Down

0 comments on commit 2a36356

Please sign in to comment.