Skip to content

Commit

Permalink
small fix for kubevip
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Nov 13, 2024
1 parent 3e03433 commit 8f92f3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ jobs:
source <(grep "export vKubeVip=" ../scripts/kubevip/hauler-kubevip.sh)
time hauler store sync --store amd64 --platform linux/amd64 --files rancher-airgap-kubevip.yaml
time hauler store sync --store arm64 --platform linux/arm64 --files rancher-airgap-kubevip.yaml
time hauler store save --store amd64 --platform linux/amd64 --filename kubevip-carbide-v${KubeVip}-amd64.tar.zst
time hauler store save --store arm64 --platform linux/arm64 --filename kubevip-carbide-v${KubeVip}-arm64.tar.zst
time hauler store save --store amd64 --platform linux/amd64 --filename kubevip-carbide-v${vKubeVip}-amd64.tar.zst
time hauler store save --store arm64 --platform linux/arm64 --filename kubevip-carbide-v${vKubeVip}-arm64.tar.zst
hauler store info --store amd64
hauler store info --store arm64
Expand Down Expand Up @@ -603,8 +603,8 @@ jobs:
run: |
cd hauler/kubevip && source ~/.bashrc
source <(grep "export vKubeVip=" ../scripts/kubevip/hauler-kubevip.sh)
time aws s3 cp --no-progress kubevip-carbide-v${KubeVip}-amd64.tar.zst s3://carbide/${{ github.ref_name }}/
time aws s3 cp --no-progress kubevip-carbide-v${KubeVip}-arm64.tar.zst s3://carbide/${{ github.ref_name }}/
time aws s3 cp --no-progress kubevip-carbide-v${vKubeVip}-amd64.tar.zst s3://carbide/${{ github.ref_name }}/
time aws s3 cp --no-progress kubevip-carbide-v${vKubeVip}-arm64.tar.zst s3://carbide/${{ github.ref_name }}/
- name: Upload Vault
run: |
Expand Down

0 comments on commit 8f92f3a

Please sign in to comment.