Skip to content

Commit

Permalink
fix: build non-release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed May 21, 2024
1 parent d09e584 commit c72a154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
run: make image-metal
env:
USERNAME: ${{ github.actor }}
TAG: ${{ env.PUBLISH_TAG }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--base-installer-image ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-nosbclayer --system-extension-image ghcr.io/nberlee/rk3588:${{ env.RK3588_TAG }} --overlay-image ghcr.io/nberlee/sbc-turingrk1:${{ env.SBC_TAG }} --overlay-name=turingrk1"
Expand All @@ -103,6 +104,7 @@ jobs:
crane push _out/installer-arm64.tar ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-rk3588
env:
USERNAME: ${{ github.actor }}
TAG: ${{ env.PUBLISH_TAG }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--base-installer-image ghcr.io/nberlee/installer:${{ env.PUBLISH_TAG }}-nosbclayer --system-extension-image ghcr.io/nberlee/rk3588:${{ env.RK3588_TAG }} --overlay-image ghcr.io/nberlee/sbc-turingrk1:${{ env.SBC_TAG }} --overlay-name=turingrk1"
Expand Down

0 comments on commit c72a154

Please sign in to comment.