Skip to content

Commit

Permalink
github: fix typo in rockylinux.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed May 23, 2024
1 parent 7d2bf09 commit 4172d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- default
- cloud
architecture:
- ${{ (inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1') && 'arm64' ||'amd64' }}}
- ${{ (inputs.build-arm64 == true || github.event.schedule == '0 0 * * 1') && 'arm64' ||'amd64' }}
env:
type: "container"
distro: "${{ github.job }}"
Expand Down

0 comments on commit 4172d3d

Please sign in to comment.