We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88474 commit 236196aCopy full SHA for 236196a
.github/workflows/build-avr-gcc.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
build-avr-gcc:
9
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
10
11
steps:
12
- name: Install dependencies
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:20.04
2
LABEL maintainer="Niklas Hauser <niklas.hauser@rwth-aachen.de>, Raphael Lehmann <raphael+docker@rleh.de>"
3
LABEL Description="Image for building the upstream AVR GNU toolchain for Linux"
4
WORKDIR /work
0 commit comments