Skip to content

Commit

Permalink
build and list images
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Mar 26, 2024
1 parent e3babac commit a1ce486
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
- name: Build Docker image for multiple platforms
run: |
ls -al docker
docker buildx build --platform linux/amd64 -t numerix:stable -f docker/fenicsx-stable.dockerfile .
docker buildx build --platform=linux/amd64 -t numerix:stable-amd64 -f docker/fenicsx-stable.dockerfile .
- name: Run Docker container
run: |
docker images
docker info
# docker logs $(docker ps -lq)
docker run --rm numerix:stable
docker run --rm numerix:stable-amd64

0 comments on commit a1ce486

Please sign in to comment.