Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Apr 22, 2024
1 parent 4e97251 commit 464be96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 47 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
bake_targets: |
default,
networking
networking,
cli
balena_slugs: |
g_joseph_alan_kogut/balenaVirt
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.0@sha256:c74f1b1166784193ea6c8f9440263b9be6cae07dfe35e32a5df7a31358ac2060 AS base
FROM alpine:3.18 AS base

RUN apk add --update --no-cache \
nodejs~=16 \
Expand Down
9 changes: 9 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ target "networking" {
"linux/arm64"
]
}

target "cli" {
context = "cli"
dockerfile = "Dockerfile"
platforms = [
"linux/amd64",
"linux/arm64"
]
}
45 changes: 0 additions & 45 deletions docker-hc

This file was deleted.

0 comments on commit 464be96

Please sign in to comment.