Skip to content

Commit

Permalink
build with Flowzone
Browse files Browse the repository at this point in the history
change-type: patch
  • Loading branch information
ab77 committed Apr 23, 2024
1 parent 8a105cb commit 96c834a
Show file tree
Hide file tree
Showing 5 changed files with 4,214 additions and 139 deletions.
137 changes: 0 additions & 137 deletions .github/workflows/deploy-to-balena.yml

This file was deleted.

38 changes: 38 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master]
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
name: Flowzone
if: |
(
github.event.pull_request.head.repo.full_name == github.repository &&
github.event_name == 'pull_request'
) || (
github.event.pull_request.head.repo.full_name != github.repository &&
github.event_name == 'pull_request_target'
)
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
docker_runs_on: >
{
"linux/amd64": ["self-hosted","distro:jammy","platform:linux/amd64"],
"linux/arm64": ["self-hosted","distro:jammy","platform:linux/arm64"]
}
docker_images: |
ghcr.io/balena-io-experimental/balena-virt
bake_targets: |
default,
networking,
cli
balena_slugs: |
g_joseph_alan_kogut/balenaVirt
4 changes: 2 additions & 2 deletions cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15.0@sha256:c74f1b1166784193ea6c8f9440263b9be6cae07dfe35e32a5df7a31358ac2060 AS base
FROM alpine:3.19 AS base

RUN apk add --update --no-cache \
nodejs~=16 \
nodejs~=20 \
qemu-img \
qemu-system-x86_64 \
qemu-system-aarch64 \
Expand Down
Loading

0 comments on commit 96c834a

Please sign in to comment.