Skip to content

Commit

Permalink
Update case statement to support arm64|aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jan 2, 2024
1 parent 5c51bbc commit 341e4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN source /assets/functions/00-container && \
apkArch="$(uname -m)"; \
case "$apkArch" in \
x86_64) mssql=true ; mssql_arch=amd64; influx2=true ; influx_arch=amd64; ;; \
arm64 ) mssql=true ; mssql_arch=amd64; influx2=true ; influx_arch=arm64 ;; \
arm64 | aarch64 ) mssql=true ; mssql_arch=amd64; influx2=true ; influx_arch=arm64 ;; \
*) sleep 0.1 ;; \
esac; \
\
Expand Down

0 comments on commit 341e4d1

Please sign in to comment.