Skip to content

Commit 42f3aad

Browse files
committed
platform test
1 parent e9903b6 commit 42f3aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
architecture: [linux-arm-v7,linux-arm64v8,linux-amd64]
29+
architecture: [linux-arm-v7,linux-arm64,linux-amd64]
3030
steps:
3131
- name: checkout
3232
uses: actions/[email protected]
@@ -43,7 +43,7 @@ jobs:
4343
echo "vendor=${{ github.repository_owner }}" >> $GITHUB_ENV
4444
echo "url=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY,,}/blob/master/README.md" >> $GITHUB_ENV
4545
echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
46-
echo "platform=${ARCHITECTURE//-/\/}" >> $GITHUB_ENV
46+
echo "platform=${{matrix.architecture//-/\/}}" >> $GITHUB_ENV
4747
echo "cache=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-cache-${{ matrix.architecture }}${{ github.event.inputs.tag }}" >> $GITHUB_ENV
4848
echo "tag=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}${{ github.event.inputs.tag }}" >> $GITHUB_ENV
4949
echo "release=${{ github.event.release.target_commitish }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)