Skip to content

Commit

Permalink
Update the github workflow. Add base_iamge and update the uses
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Tkachenko committed Nov 12, 2024
1 parent cf95df9 commit 89a0955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,13 @@ jobs:
name: Extract tag name
run: echo "X_TAG=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
-
uses: uraimo/run-on-arch-action@v2.1.1
uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
base_image: ${{ matrix.base_image }}
githubToken: ${{ github.token }}
setup: |-
mkdir -p "${PWD}/artifacts"
Expand Down

0 comments on commit 89a0955

Please sign in to comment.