Skip to content

Commit

Permalink
Disable hannah build again
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 23, 2024
1 parent f4f2915 commit 0460af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- '3.10'
- '3.11'
#- '3.12'
include:
- target: hannah
python_version: 3.12 # THis is ignored
#include:
# - target: hannah
# python_version: 3.12 # THis is ignored


# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@ ARG target="hannah"
ARG python_version=3.12

FROM ubuntu:22.04 as hannah

FROM tumeda/mlonmcu-bench:latest as mlonmcu


# Use specified Python version as the base image
FROM python:${python_version} as python


FROM ${target}


Expand Down

0 comments on commit 0460af3

Please sign in to comment.