Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit f786d5e

Browse files
committed
Remove armhfp
1 parent 4b10432 commit f786d5e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/ci.yml

-13
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
arch:
1919
- amd64
2020
- arm64
21-
- arm
2221
steps:
2322
- name: Install the fish shell
2423
uses: fish-actions/[email protected]
@@ -55,7 +54,6 @@ jobs:
5554
arch:
5655
- amd64
5756
- arm64
58-
- arm
5957
steps:
6058
- name: Install the fish shell
6159
uses: fish-actions/[email protected]
@@ -85,17 +83,6 @@ jobs:
8583
- name: Create a manifest
8684
run: buildah manifest create can-utils:latest
8785

88-
# armhfp
89-
- uses: actions/download-artifact@v2
90-
with:
91-
name: can-utils-arm
92-
93-
- name: Load the armhfp image
94-
run: podman image load -i can-utils-arm.tar
95-
96-
- name: Add the armhfp image to the manifest
97-
run: buildah manifest add can-utils:latest localhost/can-utils-arm
98-
9986
# aarch64
10087
- uses: actions/download-artifact@v2
10188
with:

README.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Tags::
3434

3535
Supported architectures::
3636
* `amd64` _(x86_64)_
37-
* `arm` _(armhfp)_
3837
* `arm64` _(aarch64)_
3938

4039
User:: The default user inside the container is named `user`.

0 commit comments

Comments
 (0)