Skip to content

Commit

Permalink
Use name -m to detect system arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jingsam committed Mar 21, 2024
1 parent 9851753 commit c454009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CONTAINER ?= pramsey/$(PROGRAM)
DATE ?= $(shell date +%Y%m%d)
BASE_REGISTRY ?= registry.access.redhat.com
BASE_IMAGE ?= ubi8-micro
SYSTEMARCH = $(shell uname -i)
SYSTEMARCH = $(shell uname -m)

ifeq ($(SYSTEMARCH), x86_64)
TARGETARCH ?= amd64
Expand Down

0 comments on commit c454009

Please sign in to comment.