Skip to content

Commit

Permalink
Merge pull request #174 from simondeziel/rockylinux
Browse files Browse the repository at this point in the history
github: fix typo in rockylinux.yml
  • Loading branch information
tomponline authored May 23, 2024
2 parents 7d2bf09 + 4172d3d commit 082ef9c
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 082ef9c

Please sign in to comment.