Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable arm builds #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ibrokethecloud
Copy link

PR introduces arm builds.

@ibrokethecloud ibrokethecloud requested a review from bk201 January 8, 2024 02:28
image: plugins/docker
settings:
build_args:
- ARCH=amd64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- ARCH=amd64
- ARCH=arm64

Although it's not used in the dockerfile.

@@ -43,7 +43,7 @@ steps:
password:
from_secret: docker_password
repo: "rancher/harvester-eventrouter"
tag: "${DRONE_TAG}"
tag: "${DRONE_TAG}-linux-amd64"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need build_args here?

- name: docker-publish
image: plugins/docker
settings:
dockerfile: package/Dockerfile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need build_args here? for completeness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants