File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ jobs:
187187 AWS_REGION : " us-east-1"
188188 run : |
189189 export EC_VERSION="${{ needs.get-tag.outputs.tag-name }}"
190+ mkdir -p operator/build
190191 echo "${{ needs.publish-operator-image.outputs.image }}" > "operator/build/image-$EC_VERSION"
191192
192193 ./scripts/ci-upload-binaries.sh
@@ -199,6 +200,7 @@ jobs:
199200 AWS_REGION : " us-east-1"
200201 run : |
201202 export EC_VERSION="${{ needs.get-tag.outputs.tag-name }}"
203+ mkdir -p operator/build
202204 echo "${{ needs.publish-operator-image.outputs.image }}" > "operator/build/image-$EC_VERSION"
203205
204206 ./scripts/ci-upload-binaries.sh
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ K0S_VERSION=${K0S_VERSION:-}
1010S3_BUCKET=" ${S3_BUCKET:- dev-embedded-cluster-bin} "
1111USES_DEV_BUCKET=${USES_DEV_BUCKET:- 1}
1212IMAGES_REGISTRY_SERVER=${IMAGES_REGISTRY_SERVER:- ttl.sh}
13+ ARCH=${ARCH:- $(go env GOARCH)}
1314
1415if [ " $USES_DEV_BUCKET " == " 1" ]; then
1516 require S3_BUCKET " ${S3_BUCKET:- } "
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ AWS_REGION="${AWS_REGION:-us-east-1}"
1111S3_BUCKET=" ${S3_BUCKET:- dev-embedded-cluster-bin} "
1212UPLOAD_BINARIES=${UPLOAD_BINARIES:- 1}
1313MANGLE_METADATA=${MANGLE_METADATA:- 0}
14+ ARCH=${ARCH:- $(go env GOARCH)}
1415
1516require AWS_ACCESS_KEY_ID " ${AWS_ACCESS_KEY_ID} "
1617require AWS_SECRET_ACCESS_KEY " ${AWS_SECRET_ACCESS_KEY} "
You can’t perform that action at this time.
0 commit comments