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

build images for different architectures #36

Open
w0rng opened this issue Jul 27, 2024 · 1 comment
Open

build images for different architectures #36

w0rng opened this issue Jul 27, 2024 · 1 comment

Comments

@w0rng
Copy link

w0rng commented Jul 27, 2024

Maybe add an image build for different architectures to ci/cd?
For example, like this:

 - name: Build
        uses: docker/build-push-action@v5
        with:
          push: true
          platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
          tags: ${{ steps.metadata.outputs.tags }}
@AR45H
Copy link

AR45H commented Aug 6, 2024

Seconded.
Arm64 build is sorely missed.

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

No branches or pull requests

2 participants