Skip to content

Commit

Permalink
esp-idf 5
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jul 24, 2024
1 parent 4efa3c6 commit b63706e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/esp-idf-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
build:
strategy:
matrix:
version: ["4.4"]
# version: ["5.0", "4.4"]
version: ["5.0", "4.4"]
nim: ["1.6.20", "2.0.8"]
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion esp-idf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG IDF_VERSION=4.4
ARG NIM_VERSION=1.6.20

FROM espressif/idf:release-v${IDF_VERSION} as base
FROM espressif/idf:release-v${IDF_VERSION} AS base

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit b63706e

Please sign in to comment.