Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritudhwaj Ambardekar authored and Ritudhwaj Ambardekar committed Dec 12, 2024
1 parent fb261a9 commit bd4578a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ linux ]
arch: [ x86_64, aarch64 ]
arch: [ x86_64 ]
compiler: [ ghc94 ]
devx-version: [ 54ea65610338600bd4c4afd04b0b6ff612988fd4 ]

Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
with:
dockerfile: "./Dockerfile"
failure-threshold: warning
ignore: DL3029 DL3059
ignore: DL3029 DL3059 DL3006

- name: 🐳 Login to DockerHub
if: ${{ github.event_name == 'push' }}
Expand All @@ -433,7 +433,7 @@ jobs:
- name: 📝 Base Variables
id: base-variables
run: |
echo "image=cardanosolutions/${{ matrix.target }}" >> $GITHUB_OUTPUT
echo "image=ritudhwaj/${{ matrix.target }}" >> $GITHUB_OUTPUT
- name: 📝 Tag Variables
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
Expand Down

0 comments on commit bd4578a

Please sign in to comment.