Skip to content

Commit

Permalink
Fix Amiga build to known good container image
Browse files Browse the repository at this point in the history
Something brok in the latest update to the Amiga build chain, so fixing the version to the last known good one.
  • Loading branch information
AJenbo committed May 27, 2023
1 parent ca6befa commit 5ca2217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- store_artifacts: {path: ./build/devilutionx.cia, destination: devilutionx.cia}
amigaos-m68k:
docker:
- image: amigadev/crosstools:m68k-amigaos
- image: amigadev/crosstools@sha256:889cb157c71911bca24adcc3aa1ed0956e9e0df940127bf953dc33896d7546f6
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 5ca2217

Please sign in to comment.