Skip to content

Commit

Permalink
Remove fedora from failing platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Jan 27, 2024
1 parent 18a5cd7 commit a42b9c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distro: bullseye
- arch: s390x
distro: bullseye
- arch: armv7
- arch: aarch64
distro: fedora_latest
- arch: riscv64
distro: alpine_edge
Expand Down
4 changes: 0 additions & 4 deletions Dockerfiles/Dockerfile.armv7.fedora_latest

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A GitHub Action that executes commands on non-x86 CPU architecture (armv6, armv7
This action requires three input parameters:

* `arch`: CPU architecture: `armv6`, `armv7`, `aarch64`, `riscv64`, `s390x`, or `ppc64le`. See [Supported Platforms](#supported-platforms) for the full matrix.
* `distro`: Linux distribution name: `ubuntu20.04`, `bullseye`, `buster`, `stretch`, `fedora_latest`, `alpine_latest` or `archarm_latest`. See [Supported Platforms](#supported-platforms) for the full matrix.
* `distro`: Linux distribution name: `ubuntu22.04`,`ubuntu20.04`, `bullseye`, `buster`, `stretch`, `fedora_latest`, `alpine_latest` or `archarm_latest`. See [Supported Platforms](#supported-platforms) for the full matrix.
* `run`: Shell commands to execute in the container.

The action also accepts some optional input parameters:
Expand Down

0 comments on commit a42b9c9

Please sign in to comment.