Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMountain committed Jan 4, 2023
1 parent 9603ed3 commit e2df718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
OS="${KUBE_BUILD_PLATFORM%%/*}"
ARCH="${KUBE_BUILD_PLATFORM##*/}"
echo TARGET_PLATFORM=${TARGET_PLATFORM}, OS=${OS}, ARCH=${ARCH}
mkdir -p _output/release-pause-tars
mkdir -p _output/release-tars
cd ./build/pause
make container OS=${OS} ARCH=${ARCH}
cd ../..
echo pause image build done
docker images
echo docker image list done
docker save -o _output/release-pause-tars/pause-3.6-${TARGET_PLATFORM}.tar staging-k8s.gcr.io/pause:3.6-${TARGET_PLATFORM}
docker save -o _output/release-tars/pause-3.6-${TARGET_PLATFORM}.tar staging-k8s.gcr.io/pause:3.6-${TARGET_PLATFORM}
echo docker save done
gzip _output/release-pause-tars/pause-3.6-${TARGET_PLATFORM}.tar
gzip _output/release-tars/pause-3.6-${TARGET_PLATFORM}.tar
# - name: Build
# env:
# KUBE_BUILD_PLATFORMS: ${{ matrix.platform }}
Expand Down

0 comments on commit e2df718

Please sign in to comment.