Check `arch` for podman build
Usually going with Darwin -> aarch64 and the rest fallback to amd64
isnβt a bad choice, but I think we can do better by checking arch so
a device like a Raspberry which has an ARM CPU is able to run the build
script.
π Preview π Workflow runs π Branch on GitHub
1 file changed
+4
-2
cf995c09
β
3d652d54
modified radicle-httpd/build/build
@@ -10,6 +10,8 @@ main() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -54,7 +56,7 @@ main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -65,7 +67,7 @@ main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|