File tree Expand file tree Collapse file tree
.github/workflows/upstream Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 id : flags
157157 run : |
158158 echo "date=$(date +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_OUTPUT
159- if [[ "${{ matrix.architecture}}" = "amd64" ]]; then
159+ if [[ "${{ matrix.architecture }}" = "amd64" ]]; then
160160 echo "platform=linux/amd64" >> $GITHUB_OUTPUT
161161 elif [[ "${{ matrix.architecture }}" = "aarch64" ]]; then
162162 echo "platform=linux/arm64/v8" >> $GITHUB_OUTPUT
@@ -177,7 +177,6 @@ jobs:
177177 BUILD_ARCH=${{ matrix.architecture }}
178178 BUILD_DATE=${{ steps.flags.outputs.date }}
179179 BUILD_DESCRIPTION=${{ needs.information.outputs.description }}
180- BUILD_FROM=${{ steps.flags.outputs.from }}
181180 BUILD_NAME=${{ needs.information.outputs.name }}
182181 BUILD_REF=${{ github.sha }}
183182 BUILD_REPOSITORY=${{ github.repository }}
Original file line number Diff line number Diff line change 9393 id : flags
9494 run : |
9595 echo "date=$(date +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_OUTPUT
96- if [[ "${{ matrix.architecture}}" = "amd64" ]]; then
96+ if [[ "${{ matrix.architecture }}" = "amd64" ]]; then
9797 echo "platform=linux/amd64" >> $GITHUB_OUTPUT
9898 elif [[ "${{ matrix.architecture }}" = "aarch64" ]]; then
9999 echo "platform=linux/arm64/v8" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments