ci: fix build arm64 action
This commit is contained in:
parent
9b99ebb187
commit
2e3bdb6630
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -161,7 +161,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download a Build Artifact
|
- name: Download a Build Artifact
|
||||||
uses: actions/download-artifact@v2.1.0
|
uses: actions/download-artifact@v3.0.2
|
||||||
with:
|
with:
|
||||||
name: drop
|
name: drop
|
||||||
path: drop
|
path: drop
|
||||||
@ -177,6 +177,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: dev/build-arm/Dockerfile
|
file: dev/build-arm/Dockerfile
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
|
provenance: false
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
|
requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
|
||||||
|
Loading…
Reference in New Issue
Block a user