Skip to content

Commit

Permalink
Testing the dc build for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 10, 2024
1 parent 4c1a99a commit 49a677d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
build:
context: .
target: hyrax-engine-dev
platforms:
- linux/amd64
args:
- EXTRA_APK_PACKAGES=git less
image: ghcr.io/samvera/dassie
Expand Down Expand Up @@ -41,6 +43,8 @@ services:
build:
context: .
target: hyrax-engine-dev-worker
platforms:
- linux/amd64
image: ghcr.io/samvera/dassie-worker
command: sh -l -c 'bundle && bundle exec sidekiq'
user: root
Expand Down Expand Up @@ -68,6 +72,8 @@ services:
build:
context: .
target: hyrax-engine-dev
platforms:
- linux/amd64
args:
- EXTRA_APK_PACKAGES=git less
image: ghcr.io/samvera/dassie
Expand Down

0 comments on commit 49a677d

Please sign in to comment.