mendersoftware / mender-server

Other
2 stars 10 forks source link

fix(deviceconfig): enable multiplatform build #111

Closed oldgiova closed 4 days ago

oldgiova commented 4 days ago

The required TARGETOS and TARGETARCH variables were missing from the Dockerfile.

Ticket: QA-673

mender-test-bot commented 4 days ago

Merging these commits will result in the following changelog entries:

Changelogs

mender-server (QA-673-deviceconfig-no-multiplatform)

New changes in mender-server since main:

Bug Fixes
alfrunes commented 4 days ago

Hmm... Why is CI trying to run all those jobs that are only supposed to run on protected references? :thinking:

oldgiova commented 4 days ago

Hmm... Why is CI trying to run all those jobs that are only supposed to run on protected references? 🤔

Because yesterday I protected the branch pr_111 to build the arm64 image and test it (then I unprotected it right before the publishing). By default it builds amd64 only.

alfrunes commented 4 days ago

Hmm... Why is CI trying to run all those jobs that are only supposed to run on protected references? 🤔

Because yesterday I protected the branch pr_111 to build the arm64 image and test it (then I unprotected it right before the publishing). By default it builds amd64 only.

Aha, thanks for the explanation :)