Skip to content

Commit

Permalink
fixing arm
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 12, 2023
1 parent c7d28da commit 59ccd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unstable_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
JOB_STRATEGY_MATRIX=$(./.ci/get_build_matrix.sh unstable amd64)
cat /tmp/log.txt
echo "::set-output name=packages::$JOB_STRATEGY_MATRIX"
echo "packages=$JOB_STRATEGY_MATRIX" >> $GITHUB_OUTPUT
build-job:
needs: generate-jobs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unstable_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- id: generate
run: |
JOB_STRATEGY_MATRIX=$(./.ci/get_build_matrix.sh unstable arm64)
echo "::set-output name=packages::$JOB_STRATEGY_MATRIX"
echo "packages=$JOB_STRATEGY_MATRIX" >> $GITHUB_OUTPUT
build-job:
needs: generate-jobs
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

with:
arch: aarch64
distro: ubuntu-20.04
distro: ubuntu20.04

githubToken: ${{ github.token }}

Expand Down

0 comments on commit 59ccd14

Please sign in to comment.