Skip to content

Commit a9cd8c6

Browse files
Update README.md
Co-authored-by: Bilal Elmoussaoui <[email protected]>
1 parent 11ce8a3 commit a9cd8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
To build for CPU architectures other than `x86_64`, the GitHub Actions workflow has to either natively be running on that architecture (e.g. on an `aarch64` self-hosted GitHub Actions runner), or the container used must be configured to emulate the requested architecture (e.g. with QEMU).
5656

57-
For example, to built a Flatpak for both `x86_64` and `aarch64` using emulation, use the following workflow as a guide:
57+
For example, to build a Flatpak for both `x86_64` and `aarch64` using emulation, use the following workflow as a guide:
5858

5959
```yaml
6060
on:

0 commit comments

Comments
 (0)