Skip to content

Commit

Permalink
chore: set targets
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Plant <[email protected]>
  • Loading branch information
pl4nty committed Mar 8, 2024
1 parent bdb11c2 commit 30fc551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ env:
USERNAME: ${{ github.repository_owner }}
PLATFORM: linux/arm64
PKGS_PREFIX: ghcr.io/${{ github.repository_owner }}
# PKGS:
PKGS: v1.6.6-soquartzcm4
CI_ARGS: --provenance=true
TARGETS: ""
TARGETS: util-linux-tools
NONFREE_TARGETS: ""
UPSTREAM_TARGETS: ""
UPSTREAM_TARGETS: iscsi-tools
UPSTREAM_REGISTRY_AND_USERNAME: ghcr.io/siderolabs

name: default
Expand Down
4 changes: 2 additions & 2 deletions internal/base/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: base
variant: scratch
shell: /toolchain/bin/bash
dependencies:
- image: "ghcr.io/siderolabs/base:{{ .BUILD_ARG_PKGS }}"
- image: "ghcr.io/siderolabs/ca-certificates:{{ .BUILD_ARG_PKGS }}"
- image: "ghcr.io/siderolabs/base:v1.6.0-25-g6868f38"
- image: "ghcr.io/siderolabs/ca-certificates:v1.6.0-25-g6868f38"
finalize:
- from: /
to: /

0 comments on commit 30fc551

Please sign in to comment.